你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RestorePointData.ConsistencyMode 属性

定义

RestorePoint 的 ConsistencyMode。 可以在创建还原点时在输入中指定。 目前,仅接受 CrashConsistent 作为有效输入。 有关更多详细信息,请参阅 https://aka.ms/RestorePoints

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)

属性值

适用于