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