次の方法で共有


ManagedInstanceUpdate.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

適用対象