ResourceStatusMode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for ResourceStatusMode.
public static class ResourceStatusMode
type ResourceStatusMode = class
Public Class ResourceStatusMode
- Inheritance
-
ResourceStatusMode
Fields
| Name | Description |
|---|---|
| DeleteFailed |
Unable to delete the resource from Azure. The delete will be retried on the next stack deployment, or can be deleted manually. |
| Managed |
This resource is managed by the deployment stack. |
| RemoveDenyFailed |
Unable to remove the deny assignment on resource. |