CostManagementProxyResource interface
The Resource model definition.
Properties
| e |
eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not. |
| id | Resource Id. |
| name | Resource name. |
| type | Resource type. |
Property Details
eTag
eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
eTag?: string
Property Value
string
id
Resource Id.
id?: string
Property Value
string
name
Resource name.
name?: string
Property Value
string
type
Resource type.
type?: string
Property Value
string