ResourceReference interface
The resource Id model.
Properties
| api |
The API version the resource was deployed with. NOTE: This property will not be serialized. It can only be populated by the server. |
| extension | The extension the resource was deployed with. NOTE: This property will not be serialized. It can only be populated by the server. |
| id | The fully qualified Azure resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
| identifiers | The extensible resource identifiers. NOTE: This property will not be serialized. It can only be populated by the server. |
| resource |
The resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
apiVersion
The API version the resource was deployed with. NOTE: This property will not be serialized. It can only be populated by the server.
apiVersion?: string
Property Value
string
extension
The extension the resource was deployed with. NOTE: This property will not be serialized. It can only be populated by the server.
extension?: DeploymentExtensionDefinition
Property Value
id
The fully qualified Azure resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
identifiers
The extensible resource identifiers. NOTE: This property will not be serialized. It can only be populated by the server.
identifiers?: Record<string, unknown>
Property Value
Record<string, unknown>
resourceType
The resource type. NOTE: This property will not be serialized. It can only be populated by the server.
resourceType?: string
Property Value
string