ResourceModelWithAllowedPropertySetSku コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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。 通常は文字 +数字のコードです
サービスに複数のレベルがあるが PUT では必要ない場合、このフィールドはリソース プロバイダーによって実装される必要があります。 使用できる値は、'Free'、'Basic'、'Standard'、'Premium' です。
- size
- String
SKU サイズ。 name フィールドがレベルと他の値の組み合わせである場合、これはスタンドアロン コードになります。
- family
- String
サービスのハードウェアの世代が異なる場合は、同じ SKU に対して、ここでキャプチャできます。
SKU でスケールアウト/インがサポートされている場合は、容量整数を含める必要があります。 リソースに対してスケールアウト/インができない場合は、これを省略できます。
適用対象
Azure SDK for .NET