ImmutabilityType 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.
Immutability config type.
public readonly struct ImmutabilityType : IEquatable<Azure.ResourceManager.RecoveryServices.Models.ImmutabilityType>
type ImmutabilityType = struct
Public Structure ImmutabilityType
Implements IEquatable(Of ImmutabilityType)
- Inheritance
-
ImmutabilityType
- Implements
Constructors
| Name | Description |
|---|---|
| ImmutabilityType(String) |
Initializes a new instance of ImmutabilityType. |
Properties
| Name | Description |
|---|---|
| AsPerPolicy |
Immutability is governed by policy. |
| TimeBased |
Immutability duration is time-based. |
Methods
| Name | Description |
|---|---|
| Equals(ImmutabilityType) |
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
| Name | Description |
|---|---|
| Equality(ImmutabilityType, ImmutabilityType) |
Determines if two ImmutabilityType values are the same. |
| Implicit(String to ImmutabilityType) |
Converts a string to a ImmutabilityType. |
| Implicit(String to Nullable<ImmutabilityType>) | |
| Inequality(ImmutabilityType, ImmutabilityType) |
Determines if two ImmutabilityType values are not the same. |