DenyStatusMode 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.
denyAssignment settings applied to the resource.
public readonly struct DenyStatusMode : IEquatable<Azure.ResourceManager.Resources.Models.DenyStatusMode>
type DenyStatusMode = struct
Public Structure DenyStatusMode
Implements IEquatable(Of DenyStatusMode)
- Inheritance
-
DenyStatusMode
- Implements
Constructors
DenyStatusMode(String) |
Initializes a new instance of DenyStatusMode. |
Properties
DenyDelete |
Authorized users are able to read and modify the resources, but cannot delete. |
DenyWriteAndDelete |
Authorized users can only read from a resource, but cannot modify or delete it. |
Inapplicable |
denyAssignments are not supported on resources outside the scope of the deployment stack. |
None |
No denyAssignments have been applied. |
NotSupported |
Resource type does not support denyAssignments. |
RemovedBySystem |
Deny assignment has been removed by Azure due to a resource management change (management group move, etc.). |
Methods
Equals(DenyStatusMode) |
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(DenyStatusMode, DenyStatusMode) |
Determines if two DenyStatusMode values are the same. |
Implicit(String to DenyStatusMode) |
Converts a string to a DenyStatusMode. |
Inequality(DenyStatusMode, DenyStatusMode) |
Determines if two DenyStatusMode values are not the same. |
Applies to
Azure SDK for .NET