ManagedResourceReference Class

The managed resource model.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.resource.deploymentstacks.v2022_08_01_preview.models._models_py3.ResourceReference
ManagedResourceReference

Constructor

ManagedResourceReference(*, status: str | _models.ResourceStatusMode = 'None', deny_status: str | _models.DenyStatusMode = 'None', **kwargs: Any)

Keyword-Only Parameters

Name Description
status

Current management state of the resource in the deployment stack. Known values are: "Managed", "removeDenyFailed", "deleteFailed", and "None".

Default value: None
deny_status

denyAssignment settings applied to the resource. Known values are: "denyDelete", "notSupported", "inapplicable", "denyWriteAndDelete", "removedBySystem", and "None".

Default value: None

Variables

Name Description
id
str

The resourceId of a resource managed by the deployment stack.

status

Current management state of the resource in the deployment stack. Known values are: "Managed", "removeDenyFailed", "deleteFailed", and "None".

deny_status

denyAssignment settings applied to the resource. Known values are: "denyDelete", "notSupported", "inapplicable", "denyWriteAndDelete", "removedBySystem", and "None".