ResourceStatusMode Struct
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.
Current management state of the resource in the deployment stack.
public readonly struct ResourceStatusMode : IEquatable<Azure.ResourceManager.Resources.Models.ResourceStatusMode>
type ResourceStatusMode = struct
Public Structure ResourceStatusMode
Implements IEquatable(Of ResourceStatusMode)
- Inheritance
-
ResourceStatusMode
- Implements
Constructors
ResourceStatusMode(String) |
Initializes a new instance of ResourceStatusMode. |
Properties
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. |
Methods
Equals(ResourceStatusMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ResourceStatusMode, ResourceStatusMode) |
Determines if two ResourceStatusMode values are the same. |
Implicit(String to ResourceStatusMode) |
Converts a string to a ResourceStatusMode. |
Inequality(ResourceStatusMode, ResourceStatusMode) |
Determines if two ResourceStatusMode values are not the same. |
Applies to
Azure SDK for .NET