GenericResourceExpanded interface
Resource information.
- Extends
Properties
| changed |
The changed time of the resource. This is only present if requested via the $expand query parameter. |
| created |
The created time of the resource. This is only present if requested via the $expand query parameter. |
| provisioning |
The provisioning state of the resource. This is only present if requested via the $expand query parameter. |
Inherited Properties
| extended |
Resource extended location. |
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| identity | The identity of the resource. |
| kind | The kind of the resource. |
| location | Resource location |
| managed |
ID of the resource that manages this resource. |
| name | The name of the resource |
| plan | The plan of the resource. |
| properties | The resource-specific properties for this resource. |
| sku | The SKU of the resource. |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| tags | Resource tags |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
changedTime
The changed time of the resource. This is only present if requested via the $expand query parameter.
changedTime?: Date
Property Value
Date
createdTime
The created time of the resource. This is only present if requested via the $expand query parameter.
createdTime?: Date
Property Value
Date
provisioningState
The provisioning state of the resource. This is only present if requested via the $expand query parameter.
provisioningState?: string
Property Value
string
Inherited Property Details
extendedLocation
Resource extended location.
extendedLocation?: ExtendedLocation
Property Value
Inherited From GenericResource.extendedLocation
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From GenericResource.id
identity
The identity of the resource.
identity?: Identity
Property Value
Inherited From GenericResource.identity
kind
location
managedBy
ID of the resource that manages this resource.
managedBy?: string
Property Value
string
Inherited From GenericResource.managedBy
name
plan
properties
The resource-specific properties for this resource.
properties?: Record<string, unknown>
Property Value
Record<string, unknown>
Inherited From GenericResource.properties
sku
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From GenericResource.systemData
tags
Resource tags
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From GenericResource.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From GenericResource.type