ResourceReference interface
The resource Id model.
Properties
| api |
The API version the resource was deployed with. |
| extension | The extension the resource was deployed with. |
| id | The fully qualified Azure resource ID. |
| identifiers | The extensible resource identifiers. |
| resource |
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?: DeploymentExtensionDefinition
Property Value
id
The fully qualified Azure resource ID.
id?: string
Property Value
string
identifiers
The extensible resource identifiers.
identifiers?: any
Property Value
any
resourceType
The resource type.
resourceType?: string
Property Value
string