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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyStateTypeConverter))]
public struct ImmutabilityPolicyState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyStateTypeConverter))>]
type ImmutabilityPolicyState = struct
interface IArgumentCompleter
Public Structure ImmutabilityPolicyState
Implements IArgumentCompleter, IEquatable(Of ImmutabilityPolicyState)
- Inheritance
-
ImmutabilityPolicyState
- Attributes
- Implements
Fields
Locked | |
Unlocked |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ImmutabilityPolicyState) |
Compares values of enum type ImmutabilityPolicyState |
Equals(Object) |
Compares values of enum type ImmutabilityPolicyState (override for Object) |
GetHashCode() |
Returns hashCode for enum ImmutabilityPolicyState |
ToString() |
Returns string representation for ImmutabilityPolicyState |
Operators
Equality(ImmutabilityPolicyState, ImmutabilityPolicyState) |
Overriding == operator for enum ImmutabilityPolicyState |
Implicit(ImmutabilityPolicyState to String) |
Implicit operator to convert ImmutabilityPolicyState to string |
Implicit(String to ImmutabilityPolicyState) |
Implicit operator to convert string to ImmutabilityPolicyState |
Inequality(ImmutabilityPolicyState, ImmutabilityPolicyState) |
Overriding != operator for enum ImmutabilityPolicyState |