ResourceReferenceExtended interface

The resourceId extended model. This is used to document failed resources with a resourceId and a corresponding error.

Properties

apiVersion

The API version the resource was deployed with

error

The error detail.

extension

The extension the resource was deployed with.

id

The ARM Resource ID of a resource managed by the deployment stack.

identifiers

The extensible resource identifiers.

type

The resource type.

Property Details

apiVersion

The API version the resource was deployed with

apiVersion?: string

Property Value

string

error

The error detail.

error?: ErrorDetail

Property Value

extension

The extension the resource was deployed with.

extension?: DeploymentExtension

Property Value

id

The ARM Resource ID of a resource managed by the deployment stack.

id?: string

Property Value

string

identifiers

The extensible resource identifiers.

identifiers?: Record<string, any>

Property Value

Record<string, any>

type

The resource type.

type?: string

Property Value

string