GenericResourceExpanded interface
Resource information.
- Extends
Properties
| changed |
The changed time of the resource. This is only present if requested via the $expand query parameter. NOTE: This property will not be serialized. It can only be populated by the server. |
| created |
The created time of the resource. This is only present if requested via the $expand query parameter. NOTE: This property will not be serialized. It can only be populated by the server. |
| provisioning |
The provisioning state of the resource. This is only present if requested via the $expand query parameter. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| id | Resource ID NOTE: This property will not be serialized. It can only be populated by the server. |
| 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 | Resource name NOTE: This property will not be serialized. It can only be populated by the server. |
| plan | The plan of the resource. |
| properties | The resource properties. |
| sku | The SKU of the resource. |
| tags | Resource tags |
| type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
changedTime
The changed time of the resource. This is only present if requested via the $expand query parameter. NOTE: This property will not be serialized. It can only be populated by the server.
changedTime?: Date
Property Value
Date
createdTime
The created time of the resource. This is only present if requested via the $expand query parameter. NOTE: This property will not be serialized. It can only be populated by the server.
createdTime?: Date
Property Value
Date
provisioningState
The provisioning state of the resource. This is only present if requested via the $expand query parameter. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited Property Details
id
Resource ID NOTE: This property will not be serialized. It can only be populated by the server.
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
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From GenericResource.name
plan
properties
The resource properties.
properties?: Record<string, unknown>
Property Value
Record<string, unknown>
Inherited From GenericResource.properties
sku
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From GenericResource.tags
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From GenericResource.type