SkuInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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' です。
- resourceType
- String
リソースの種類です。通常は 'storageAccounts' です。
ストレージ アカウントの種類を示します。 使用できる値は、'Storage'、'StorageV2'、'BlobStorage'、'FileStorage'、'BlockBlobStorage' です。
- capabilities
- IList<SKUCapability>
ファイル暗号化、ネットワーク ACL、変更通知など、指定された SKU の機能情報。
- restrictions
- IList<Restriction>
SKU を使用できないための制限。 制限がない場合、これは空です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET