UpdateDataLakeStoreAccountParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
UpdateDataLakeStoreAccountParameters() |
UpdateDataLakeStoreAccountParameters クラスの新しいインスタンスを初期化します。 |
UpdateDataLakeStoreAccountParameters(IDictionary<String,String>, String, UpdateEncryptionConfig, IList<UpdateFirewallRuleWithAccountParameters>, IList<UpdateVirtualNetworkRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<UpdateTrustedIdProviderWithAccountParameters>, Nullable<TrustedIdProviderState>, Nullable<TierType>) |
UpdateDataLakeStoreAccountParameters クラスの新しいインスタンスを初期化します。 |
UpdateDataLakeStoreAccountParameters()
UpdateDataLakeStoreAccountParameters クラスの新しいインスタンスを初期化します。
public UpdateDataLakeStoreAccountParameters ();
Public Sub New ()
適用対象
UpdateDataLakeStoreAccountParameters(IDictionary<String,String>, String, UpdateEncryptionConfig, IList<UpdateFirewallRuleWithAccountParameters>, IList<UpdateVirtualNetworkRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<UpdateTrustedIdProviderWithAccountParameters>, Nullable<TrustedIdProviderState>, Nullable<TierType>)
UpdateDataLakeStoreAccountParameters クラスの新しいインスタンスを初期化します。
public UpdateDataLakeStoreAccountParameters (System.Collections.Generic.IDictionary<string,string> tags = default, string defaultGroup = default, Microsoft.Azure.Management.DataLake.Store.Models.UpdateEncryptionConfig encryptionConfig = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateFirewallRuleWithAccountParameters> firewallRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateVirtualNetworkRuleWithAccountParameters> virtualNetworkRules = default, Microsoft.Azure.Management.DataLake.Store.Models.FirewallState? firewallState = default, Microsoft.Azure.Management.DataLake.Store.Models.FirewallAllowAzureIpsState? firewallAllowAzureIps = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateTrustedIdProviderWithAccountParameters> trustedIdProviders = default, Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState? trustedIdProviderState = default, Microsoft.Azure.Management.DataLake.Store.Models.TierType? newTier = default);
new Microsoft.Azure.Management.DataLake.Store.Models.UpdateDataLakeStoreAccountParameters : System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.DataLake.Store.Models.UpdateEncryptionConfig * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateFirewallRuleWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateVirtualNetworkRuleWithAccountParameters> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.FirewallState> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.FirewallAllowAzureIpsState> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateTrustedIdProviderWithAccountParameters> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> -> Microsoft.Azure.Management.DataLake.Store.Models.UpdateDataLakeStoreAccountParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional defaultGroup As String = Nothing, Optional encryptionConfig As UpdateEncryptionConfig = Nothing, Optional firewallRules As IList(Of UpdateFirewallRuleWithAccountParameters) = Nothing, Optional virtualNetworkRules As IList(Of UpdateVirtualNetworkRuleWithAccountParameters) = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional firewallAllowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing, Optional trustedIdProviders As IList(Of UpdateTrustedIdProviderWithAccountParameters) = Nothing, Optional trustedIdProviderState As Nullable(Of TrustedIdProviderState) = Nothing, Optional newTier As Nullable(Of TierType) = Nothing)
パラメーター
- tags
- IDictionary<String,String>
リソース タグ
- defaultGroup
- String
Data Lake Store アカウントで作成されたすべての新しいフォルダーとファイルの既定の所有者グループ。
- encryptionConfig
- UpdateEncryptionConfig
ユーザーが管理するKey Vault キーのローテーションに使用されます。 ユーザーが管理する暗号化Key Vaultキーのローテーションにのみ使用できます。
- firewallRules
- IList<UpdateFirewallRuleWithAccountParameters>
この Data Lake Store アカウントに関連付けられているファイアウォール規則の一覧。
- virtualNetworkRules
- IList<UpdateVirtualNetworkRuleWithAccountParameters>
この Data Lake Store アカウントに関連付けられている仮想ネットワーク 規則の一覧。
- firewallState
- Nullable<FirewallState>
この Data Lake Store アカウントの IP アドレス ファイアウォールの現在の状態。 ファイアウォールを無効にしても既存のルールは削除されず、ファイアウォールが再び有効になるまで無視されます。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- firewallAllowAzureIps
- Nullable<FirewallAllowAzureIpsState>
ファイアウォールを介して Azure 内で発信される IP を許可または禁止している現在の状態。 ファイアウォールが無効になっている場合、これは適用されません。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- trustedIdProviders
- IList<UpdateTrustedIdProviderWithAccountParameters>
この Data Lake Store アカウントに関連付けられている信頼できる ID プロバイダーの一覧。
- trustedIdProviderState
- Nullable<TrustedIdProviderState>
この Data Lake Store アカウントの信頼された ID プロバイダー機能の現在の状態。 信頼された ID プロバイダー機能を無効にしても、プロバイダーは削除されず、この機能が再び有効になるまで無視されます。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
来月に使用するコミットメント レベル。 使用できる値は、'Consumption'、'Commitment_1TB'、'Commitment_10TB'、'Commitment_100TB'、'Commitment_500TB'、'Commitment_1PB'、'Commitment_5PB' です。
適用対象
Azure SDK for .NET