TrackedResource interface
Azure ARM Tracked Resource
Properties
id | Gets or sets the identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
identity | Identity Info on the tracked resource |
location | Gets or sets the location. |
name | Gets or sets the name. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Tags on the azure resource. |
type | Gets or sets the type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
Gets or sets the identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
identity
location
Gets or sets the location.
location?: string
Property Value
string
name
Gets or sets the name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
systemData
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: TrackedResourceSystemData
Property Value
tags
Tags on the azure resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
type
Gets or sets the type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string