ConsistencyModeType 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.
ConsistencyMode of the RestorePoint. Can be specified in the input while creating a restore point. For now, only CrashConsistent is accepted as a valid input. Please refer to https://aka.ms/RestorePoints for more details.
public readonly struct ConsistencyModeType : IEquatable<Azure.ResourceManager.Compute.Models.ConsistencyModeType>
type ConsistencyModeType = struct
Public Structure ConsistencyModeType
Implements IEquatable(Of ConsistencyModeType)
- Inheritance
-
ConsistencyModeType
- Implements
Constructors
ConsistencyModeType(String) |
Initializes a new instance of ConsistencyModeType. |
Properties
ApplicationConsistent |
ApplicationConsistent. |
CrashConsistent |
CrashConsistent. |
FileSystemConsistent |
FileSystemConsistent. |
Methods
Equals(ConsistencyModeType) |
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(ConsistencyModeType, ConsistencyModeType) |
Determines if two ConsistencyModeType values are the same. |
Implicit(String to ConsistencyModeType) |
Converts a String to a ConsistencyModeType. |
Inequality(ConsistencyModeType, ConsistencyModeType) |
Determines if two ConsistencyModeType values are not the same. |
Applies to
Azure SDK for .NET