GenericResourceExpanded interface

Resource information.

Extends

Properties

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.

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.

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.

Inherited Properties

extendedLocation

Resource extended location.

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

managedBy

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

extendedLocation

Resource extended location.

extendedLocation?: ExtendedLocation

Property Value

Inherited From GenericResource.extendedLocation

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

The kind of the resource.

kind?: string

Property Value

string

Inherited From GenericResource.kind

location

Resource location

location?: string

Property Value

string

Inherited From GenericResource.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

The plan of the resource.

plan?: Plan

Property Value

Inherited From GenericResource.plan

properties

The resource properties.

properties?: Record<string, unknown>

Property Value

Record<string, unknown>

Inherited From GenericResource.properties

sku

The SKU of the resource.

sku?: Sku

Property Value

Sku

Inherited From GenericResource.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