次の方法で共有


SkuInformation コンストラクター

定義

オーバーロード

SkuInformation()

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

SkuInformation(String, Nullable<SkuTier>, String, String, IList<String>, IList<SKUCapability>, IList<Restriction>)

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

SkuInformation()

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

public SkuInformation ();
Public Sub New ()

適用対象

SkuInformation(String, Nullable<SkuTier>, String, String, IList<String>, IList<SKUCapability>, IList<Restriction>)

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

public SkuInformation (string name, Microsoft.Azure.Management.Storage.Models.SkuTier? tier = default, string resourceType = default, string kind = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.SKUCapability> capabilities = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.Restriction> restrictions = default);
new Microsoft.Azure.Management.Storage.Models.SkuInformation : string * Nullable<Microsoft.Azure.Management.Storage.Models.SkuTier> * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.SKUCapability> * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.Restriction> -> Microsoft.Azure.Management.Storage.Models.SkuInformation
Public Sub New (name As String, Optional tier As Nullable(Of SkuTier) = Nothing, Optional resourceType As String = Nothing, Optional kind As String = Nothing, Optional locations As IList(Of String) = Nothing, Optional capabilities As IList(Of SKUCapability) = Nothing, Optional restrictions As IList(Of Restriction) = Nothing)

パラメーター

name
String

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

tier
Nullable<SkuTier>

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

resourceType
String

リソースの種類 。通常は 'storageAccounts' です。

kind
String

ストレージ アカウントの種類を示します。 使用できる値は、'Storage'、'StorageV2'、'BlobStorage'、'FileStorage'、'BlockBlobStorage' です。

locations
IList<String>

SKU が使用可能な場所のセット。 これは、Azure Geo リージョン (米国西部、米国東部、東南アジアなど) でサポートおよび登録されます。

capabilities
IList<SKUCapability>

ファイル暗号化、ネットワーク ACL、変更通知など、指定された SKU の機能情報。

restrictions
IList<Restriction>

SKU を使用できないための制限。 制限がない場合は空です。

適用対象