Sku コンストラクター

定義

オーバーロード

Sku()

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

Sku(String, Nullable<SkuTier>)

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

Sku()

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

public Sku ();
Public Sub New ()

適用対象

Sku(String, Nullable<SkuTier>)

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

public Sku (string name, Microsoft.Azure.Management.Storage.Models.SkuTier? tier = default);
new Microsoft.Azure.Management.Storage.Models.Sku : string * Nullable<Microsoft.Azure.Management.Storage.Models.SkuTier> -> Microsoft.Azure.Management.Storage.Models.Sku
Public Sub New (name As String, Optional tier As Nullable(Of SkuTier) = Nothing)

パラメーター

name
String

使用できる値は、'Standard_LRS'、'Standard_GRS'、'Standard_RAGRS'、'Standard_ZRS'、'Premium_LRS'、'Premium_ZRS'、'Standard_GZRS'、'Standard_RAGZRS' です。

tier
Nullable<SkuTier>

使用可能な値は、'Standard'、'Premium' です。

適用対象