次の方法で共有


ResourceModelWithAllowedPropertySetSku コンストラクター

定義

オーバーロード

ResourceModelWithAllowedPropertySetSku()

ResourceModelWithAllowedPropertySetSku クラスの新しいインスタンスを初期化します。

ResourceModelWithAllowedPropertySetSku(String, Nullable<SkuTier>, String, String, Nullable<Int32>)

ResourceModelWithAllowedPropertySetSku クラスの新しいインスタンスを初期化します。

ResourceModelWithAllowedPropertySetSku()

ResourceModelWithAllowedPropertySetSku クラスの新しいインスタンスを初期化します。

public ResourceModelWithAllowedPropertySetSku ();
Public Sub New ()

適用対象

ResourceModelWithAllowedPropertySetSku(String, Nullable<SkuTier>, String, String, Nullable<Int32>)

ResourceModelWithAllowedPropertySetSku クラスの新しいインスタンスを初期化します。

public ResourceModelWithAllowedPropertySetSku (string name, Microsoft.Azure.Management.KubernetesConfiguration.Extensions.Models.SkuTier? tier = default, string size = default, string family = default, int? capacity = default);
new Microsoft.Azure.Management.KubernetesConfiguration.Extensions.Models.ResourceModelWithAllowedPropertySetSku : string * Nullable<Microsoft.Azure.Management.KubernetesConfiguration.Extensions.Models.SkuTier> * string * string * Nullable<int> -> Microsoft.Azure.Management.KubernetesConfiguration.Extensions.Models.ResourceModelWithAllowedPropertySetSku
Public Sub New (name As String, Optional tier As Nullable(Of SkuTier) = Nothing, Optional size As String = Nothing, Optional family As String = Nothing, Optional capacity As Nullable(Of Integer) = Nothing)

パラメーター

name
String

SKU の名前。 例 - P3。 通常は文字 +数字のコードです

tier
Nullable<SkuTier>

サービスに複数のレベルがあるが PUT では必要ない場合、このフィールドはリソース プロバイダーによって実装される必要があります。 使用できる値は、'Free'、'Basic'、'Standard'、'Premium' です。

size
String

SKU サイズ。 name フィールドがレベルと他の値の組み合わせである場合、これはスタンドアロン コードになります。

family
String

サービスのハードウェアの世代が異なる場合は、同じ SKU に対して、ここでキャプチャできます。

capacity
Nullable<Int32>

SKU でスケールアウト/インがサポートされている場合は、容量整数を含める必要があります。 リソースに対してスケールアウト/インができない場合は、これを省略できます。

適用対象