LabResourceCostProperties interface
The properties of a resource cost item.
Properties
external |
The ID of the external resource |
resource |
The cost component of the resource cost item. |
resource |
The ID of the resource |
resourcename | The name of the resource. |
resource |
The owner of the resource (ex. janedoe@microsoft.com) |
resource |
The category of the resource (ex. Premium_LRS, Standard_DS1) |
resource |
The status of the resource (ex. Active) |
resource |
The logical resource type (ex. virtualmachine, storageaccount) |
resource |
The unique identifier of the resource. |
Property Details
externalResourceId
The ID of the external resource
externalResourceId?: string
Property Value
string
resourceCost
The cost component of the resource cost item.
resourceCost?: number
Property Value
number
resourceId
The ID of the resource
resourceId?: string
Property Value
string
resourcename
The name of the resource.
resourcename?: string
Property Value
string
resourceOwner
The owner of the resource (ex. janedoe@microsoft.com)
resourceOwner?: string
Property Value
string
resourcePricingTier
The category of the resource (ex. Premium_LRS, Standard_DS1)
resourcePricingTier?: string
Property Value
string
resourceStatus
The status of the resource (ex. Active)
resourceStatus?: string
Property Value
string
resourceType
The logical resource type (ex. virtualmachine, storageaccount)
resourceType?: string
Property Value
string
resourceUId
The unique identifier of the resource.
resourceUId?: string
Property Value
string