Share via


TargetResource interface

Target resource.

Properties

apiVersion

The API version the resource was deployed with.

extension

The extension the resource was deployed with.

id

The Azure resource ID of the resource.

identifiers

The extensible resource identifiers.

resourceName

The name of the resource.

resourceType

The type of the resource.

symbolicName

The symbolic name of the resource as defined in the deployment template.

Property Details

apiVersion

The API version the resource was deployed with.

apiVersion?: string

Property Value

string

extension

The extension the resource was deployed with.

extension?: DeploymentExtensionDefinition

Property Value

id

The Azure resource ID of the resource.

id?: string

Property Value

string

identifiers

The extensible resource identifiers.

identifiers?: Record<string, unknown>

Property Value

Record<string, unknown>

resourceName

The name of the resource.

resourceName?: string

Property Value

string

resourceType

The type of the resource.

resourceType?: string

Property Value

string

symbolicName

The symbolic name of the resource as defined in the deployment template.

symbolicName?: string

Property Value

string