UsageDetail Class
An usage detail resource.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: LegacyUsageDetail, ModernUsageDetail
Constructor
UsageDetail(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
|
name
|
The name of the resource. |
|
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
|
system_data
|
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
|
kind
|
Specifies the kind of usage details. Required. Known values are: "legacy" and "modern". |
|
etag
|
The etag for the resource. |
|
tags
|
Resource tags. |
Attributes
etag
The etag for the resource.
etag: str | None
kind
"legacy" and "modern".
kind: str
tags
Resource tags.
tags: dict[str, str] | None