ImmutabilityPolicyState 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.
The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked.
public readonly struct ImmutabilityPolicyState : IEquatable<Azure.ResourceManager.Storage.Models.ImmutabilityPolicyState>
type ImmutabilityPolicyState = struct
Public Structure ImmutabilityPolicyState
Implements IEquatable(Of ImmutabilityPolicyState)
- Inheritance
-
ImmutabilityPolicyState
- Implements
Constructors
ImmutabilityPolicyState(String) |
Initializes a new instance of ImmutabilityPolicyState. |
Properties
Locked |
Locked. |
Unlocked |
Unlocked. |
Methods
Equals(ImmutabilityPolicyState) |
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(ImmutabilityPolicyState, ImmutabilityPolicyState) |
Determines if two ImmutabilityPolicyState values are the same. |
Implicit(String to ImmutabilityPolicyState) |
Converts a string to a ImmutabilityPolicyState. |
Inequality(ImmutabilityPolicyState, ImmutabilityPolicyState) |
Determines if two ImmutabilityPolicyState values are not the same. |
Applies to
Azure SDK for .NET