ManagedInstance.Sku プロパティ

定義

マネージド インスタンス SKU を取得または設定します。 sku.name に使用できる値: GP_Gen4、GP_Gen5、BC_Gen4、BC_Gen5

[Newtonsoft.Json.JsonProperty(PropertyName="sku")]
public Microsoft.Azure.Management.Sql.Models.Sku Sku { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sku")>]
member this.Sku : Microsoft.Azure.Management.Sql.Models.Sku with get, set
Public Property Sku As Sku

プロパティ値

Sku
属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象