ArmStorageModelFactory.StorageSkuInformation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
StorageSkuInformation の新しいインスタンスを初期化します。
public static Azure.ResourceManager.Storage.Models.StorageSkuInformation StorageSkuInformation (Azure.ResourceManager.Storage.Models.StorageSkuName name = default, Azure.ResourceManager.Storage.Models.StorageSkuTier? tier = default, string resourceType = default, Azure.ResourceManager.Storage.Models.StorageKind? kind = default, System.Collections.Generic.IEnumerable<string> locations = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Storage.Models.StorageSkuCapability> capabilities = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Storage.Models.StorageSkuRestriction> restrictions = default);
static member StorageSkuInformation : Azure.ResourceManager.Storage.Models.StorageSkuName * Nullable<Azure.ResourceManager.Storage.Models.StorageSkuTier> * string * Nullable<Azure.ResourceManager.Storage.Models.StorageKind> * seq<string> * seq<Azure.ResourceManager.Storage.Models.StorageSkuCapability> * seq<Azure.ResourceManager.Storage.Models.StorageSkuRestriction> -> Azure.ResourceManager.Storage.Models.StorageSkuInformation
Public Shared Function StorageSkuInformation (Optional name As StorageSkuName = Nothing, Optional tier As Nullable(Of StorageSkuTier) = Nothing, Optional resourceType As String = Nothing, Optional kind As Nullable(Of StorageKind) = Nothing, Optional locations As IEnumerable(Of String) = Nothing, Optional capabilities As IEnumerable(Of StorageSkuCapability) = Nothing, Optional restrictions As IEnumerable(Of StorageSkuRestriction) = Nothing) As StorageSkuInformation
パラメーター
- name
- StorageSkuName
SKU 名。 アカウントの作成に必要です。更新の場合は省略可能です。 以前のバージョンでは、SKU 名は accountType と呼ばれることに注意してください。
- tier
- Nullable<StorageSkuTier>
SKU レベル。 これは SKU 名に基づいています。
- resourceType
- String
リソースの種類 。通常は 'storageAccounts' です。
- kind
- Nullable<StorageKind>
ストレージ アカウントの種類を示します。
- locations
- IEnumerable<String>
SKU が使用可能な場所のセット。 これは、Azure Geo リージョン (米国西部、米国東部、東南アジアなど) でサポートおよび登録されます。
- capabilities
- IEnumerable<StorageSkuCapability>
ファイル暗号化、ネットワーク ACL、変更通知など、指定された SKU の機能情報。
- restrictions
- IEnumerable<StorageSkuRestriction>
SKU を使用できないための制限。 制限がない場合、これは空です。
戻り値
モック作成用の新しい StorageSkuInformation インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET