DenySettingsMode 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.
denySettings Mode that defines denied actions.
public readonly struct DenySettingsMode : IEquatable<Azure.ResourceManager.Resources.Models.DenySettingsMode>
type DenySettingsMode = struct
Public Structure DenySettingsMode
Implements IEquatable(Of DenySettingsMode)
- Inheritance
-
DenySettingsMode
- Implements
Constructors
DenySettingsMode(String) |
Initializes a new instance of DenySettingsMode. |
Properties
DenyDelete |
Authorized users are able to read and modify the resources, but cannot delete. |
DenyWriteAndDelete |
Authorized users can read from a resource, but cannot modify or delete it. |
None |
No denyAssignments have been applied. |
Methods
Equals(DenySettingsMode) |
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(DenySettingsMode, DenySettingsMode) |
Determines if two DenySettingsMode values are the same. |
Implicit(String to DenySettingsMode) |
Converts a string to a DenySettingsMode. |
Inequality(DenySettingsMode, DenySettingsMode) |
Determines if two DenySettingsMode values are not the same. |
Applies to
Azure SDK for .NET