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

ManagedInstance.ManagedInstanceCreateMode 属性

定义

获取或设置指定数据库创建模式。

默认值:定期创建实例。

还原:通过将一组备份还原到特定时间点来创建实例。 必须指定 RestorePointInTime 和 SourceManagedInstanceId。 可能的值包括:“Default”、“PointInTimeRestore”

[Newtonsoft.Json.JsonProperty(PropertyName="properties.managedInstanceCreateMode")]
public string ManagedInstanceCreateMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.managedInstanceCreateMode")>]
member this.ManagedInstanceCreateMode : string with get, set
Public Property ManagedInstanceCreateMode As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于