CostManagementResource interface
The Resource model definition.
Properties
| e |
ETag of the resource. |
| id | Resource Id. |
| location | Location of the resource. |
| name | Resource name. |
| sku | SKU of the resource. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
eTag
ETag of the resource.
eTag?: string
Property Value
string
id
Resource Id.
id?: string
Property Value
string
location
Location of the resource.
location?: string
Property Value
string
name
Resource name.
name?: string
Property Value
string
sku
SKU of the resource.
sku?: string
Property Value
string
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
type
Resource type.
type?: string
Property Value
string