Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ArmTemplate

Package version

An Azure Resource Manager template.

Hierarchy

Index

Properties

Optional contents

contents: any

The contents of the ARM template. NOTE: This property will not be serialized. It can only be populated by the server.

Optional createdDate

createdDate: Date

The creation date of the armTemplate. NOTE: This property will not be serialized. It can only be populated by the server.

Optional description

description: undefined | string

The description of the ARM template. NOTE: This property will not be serialized. It can only be populated by the server.

Optional displayName

displayName: undefined | string

The display name of the ARM template. NOTE: This property will not be serialized. It can only be populated by the server.

Optional enabled

enabled: undefined | false | true

Whether or not ARM template is enabled for use by lab user. NOTE: This property will not be serialized. It can only be populated by the server.

Optional icon

icon: undefined | string

The URI to the icon of the ARM template. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional location

location: undefined | string

The location of the resource.

Optional name

name: undefined | string

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional parametersValueFilesInfo

parametersValueFilesInfo: ParametersValueFileInfo[]

File name and parameter values information from all azuredeploy..parameters.json for the ARM template. *NOTE: This property will not be serialized. It can only be populated by the server.**

Optional publisher

publisher: undefined | string

The publisher of the ARM template. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: undefined | object

The tags of the resource.

Optional type

type: undefined | string

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc