ManagedResourceReference interface
The managed resource model.
- Extends
Properties
| deny |
denyAssignment settings applied to the resource. |
| status | Current management state of the resource in the deployment stack. |
Inherited 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
denyStatus
denyAssignment settings applied to the resource.
denyStatus?: string
Property Value
string
status
Current management state of the resource in the deployment stack.
status?: string
Property Value
string
Inherited Property Details
apiVersion
The API version the resource was deployed with
apiVersion?: string
Property Value
string
Inherited From ResourceReference.apiVersion
extension
The extension the resource was deployed with.
extension?: DeploymentExtension
Property Value
Inherited From ResourceReference.extension
id
The ARM Resource ID of a resource managed by the deployment stack.
id?: string
Property Value
string
Inherited From ResourceReference.id
identifiers
The extensible resource identifiers.
identifiers?: Record<string, any>
Property Value
Record<string, any>
Inherited From ResourceReference.identifiers