次の方法で共有


SkuInner コンストラクター

定義

オーバーロード

SkuInner()

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

SkuInner(SkuName, Nullable<SkuTier>, String, Nullable<Kind>, IList<String>, IList<SKUCapability>, IList<Restriction>)

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

SkuInner()

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

public SkuInner ();
Public Sub New ()

適用対象

SkuInner(SkuName, Nullable<SkuTier>, String, Nullable<Kind>, IList<String>, IList<SKUCapability>, IList<Restriction>)

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

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

パラメーター

name
SkuName

SKU 名を取得または設定します。 アカウントの作成に必要です。更新の場合は省略可能です。 古いバージョンでは、SKU 名は accountType と呼ばれることに注意してください。 使用できる値は、'Standard_LRS'、'Standard_GRS'、'Standard_RAGRS'、'Standard_ZRS'、'Premium_LRS'、'Premium_ZRS' です。

tier
Nullable<SkuTier>

SKU レベルを取得します。 これは SKU 名に基づいています。 使用可能な値は次のとおりです: 'Standard'、'Premium'

resourceType
String

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

kind
Nullable<Kind>

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

locations
IList<String>

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

capabilities
IList<SKUCapability>

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

restrictions
IList<Restriction>

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

適用対象