CostManagementResource interface
The Resource model definition.
Properties
e |
ETag of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
id | Resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
location | Location of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
sku | SKU of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
eTag
ETag of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
eTag?: string
Property Value
string
id
Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
location
Location of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
location?: string
Property Value
string
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
sku
SKU of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
sku?: string
Property Value
string
tags
Resource tags. NOTE: This property will not be serialized. It can only be populated by the server.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Azure SDK for JavaScript