Share via


ConsistencyModeType Struct

Definition

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