ResourceReference interface
The resourceId model.
Properties
| api |
The API version the resource was deployed with |
| 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
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