StorageAccountUpdateParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
StorageAccountUpdateParameters() |
StorageAccountUpdateParameters クラスの新しいインスタンスを初期化します。 |
StorageAccountUpdateParameters(SkuInner, IDictionary<String,String>, Identity, CustomDomain, Encryption, Nullable<AccessTier>, Nullable<Boolean>, Nullable<Boolean>, NetworkRuleSet, Nullable<Kind>) |
StorageAccountUpdateParameters クラスの新しいインスタンスを初期化します。 |
StorageAccountUpdateParameters()
StorageAccountUpdateParameters クラスの新しいインスタンスを初期化します。
public StorageAccountUpdateParameters ();
Public Sub New ()
適用対象
StorageAccountUpdateParameters(SkuInner, IDictionary<String,String>, Identity, CustomDomain, Encryption, Nullable<AccessTier>, Nullable<Boolean>, Nullable<Boolean>, NetworkRuleSet, Nullable<Kind>)
StorageAccountUpdateParameters クラスの新しいインスタンスを初期化します。
public StorageAccountUpdateParameters (Microsoft.Azure.Management.Storage.Fluent.Models.SkuInner sku = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Storage.Fluent.Models.Identity identity = default, Microsoft.Azure.Management.Storage.Fluent.Models.CustomDomain customDomain = default, Microsoft.Azure.Management.Storage.Fluent.Models.Encryption encryption = default, Microsoft.Azure.Management.Storage.Fluent.Models.AccessTier? accessTier = default, bool? enableAzureFilesAadIntegration = default, bool? enableHttpsTrafficOnly = default, Microsoft.Azure.Management.Storage.Fluent.Models.NetworkRuleSet networkRuleSet = default, Microsoft.Azure.Management.Storage.Fluent.Models.Kind? kind = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.StorageAccountUpdateParameters : Microsoft.Azure.Management.Storage.Fluent.Models.SkuInner * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Storage.Fluent.Models.Identity * Microsoft.Azure.Management.Storage.Fluent.Models.CustomDomain * Microsoft.Azure.Management.Storage.Fluent.Models.Encryption * Nullable<Microsoft.Azure.Management.Storage.Fluent.Models.AccessTier> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Storage.Fluent.Models.NetworkRuleSet * Nullable<Microsoft.Azure.Management.Storage.Fluent.Models.Kind> -> Microsoft.Azure.Management.Storage.Fluent.Models.StorageAccountUpdateParameters
Public Sub New (Optional sku As SkuInner = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As Identity = Nothing, Optional customDomain As CustomDomain = Nothing, Optional encryption As Encryption = Nothing, Optional accessTier As Nullable(Of AccessTier) = Nothing, Optional enableAzureFilesAadIntegration As Nullable(Of Boolean) = Nothing, Optional enableHttpsTrafficOnly As Nullable(Of Boolean) = Nothing, Optional networkRuleSet As NetworkRuleSet = Nothing, Optional kind As Nullable(Of Kind) = Nothing)
パラメーター
- sku
- SkuInner
SKU 名を取得または設定します。 SKU 名をStandard_ZRS、Premium_LRS、またはPremium_ZRSに更新することも、それらの SKU 名のアカウントを他の値に更新することもできないことに注意してください。
- tags
- IDictionary<String,String>
リソースを記述するキー値ペアの一覧を取得または設定します。 これらのタグはリソース グループをまたがってこのリソースを表示およびグループ化する際に使用できます。 リソースには最大 15 個のタグを指定できます。 各タグには、キーの長さが 128 文字以下で、値の長さが 256 文字以下である必要があります。
- identity
- Identity
リソースの ID。
- customDomain
- CustomDomain
ユーザーによってストレージ アカウントに割り当てられたカスタム ドメイン。 Name は CNAME ソースです。 現時点では、ストレージ アカウントごとに 1 つのカスタム ドメインのみがサポートされています。 既存のカスタム ドメインをクリアするには、カスタム ドメイン名プロパティに空の文字列を使用します。
- encryption
- Encryption
アカウントの暗号化設定を提供します。 既定の設定は暗号化されていません。
- accessTier
- Nullable<AccessTier>
種類が BlobStorage のストレージ アカウントに必要です。 課金に使用されるアクセス層。 使用可能な値は次のとおりです: 'Hot'、'Cool'
- networkRuleSet
- NetworkRuleSet
ネットワーク 規則セット
省略可能。 ストレージ アカウントの種類を示します。 現在、サーバーでサポートされている StorageV2 値のみ。 使用できる値は、'Storage'、'StorageV2'、'BlobStorage'、'FileStorage'、'BlockBlobStorage' です。
適用対象
Azure SDK for .NET