ResourceStatusMode type

Current management state of the resource in the deployment stack.
KnownResourceStatusMode can be used interchangeably with ResourceStatusMode, this enum contains the known values that the service supports.

Known values supported by the service

managed: This resource is managed by the deployment stack.
removeDenyFailed: Unable to remove the deny assignment on resource.
deleteFailed: Unable to delete the resource from Azure. The delete will be retried on the next stack deployment, or can be deleted manually.

type ResourceStatusMode = string