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

Property Value

Applies to