Share via


RestorePointData.ConsistencyMode Property

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 Azure.ResourceManager.Compute.Models.ConsistencyModeType? ConsistencyMode { get; set; }
member this.ConsistencyMode : Nullable<Azure.ResourceManager.Compute.Models.ConsistencyModeType> with get, set
Public Property ConsistencyMode As Nullable(Of ConsistencyModeType)

Property Value

Applies to