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