TemplateSpecUpdateModel interface

Template Spec properties to be updated (only tags are currently supported).

Properties

tags

Resource tags.

Inherited Properties

id

String Id used to locate any resource on Azure. NOTE: This property will not be serialized. It can only be populated by the server.

name

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

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

type

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

Property Details

tags

Resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited Property Details

id

String Id used to locate any resource on Azure. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From AzureResourceBase.id

name

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

name?: string

Property Value

string

Inherited From AzureResourceBase.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Property Value

Inherited From AzureResourceBase.systemData

type

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

type?: string

Property Value

string

Inherited From AzureResourceBase.type