UpdateDataLakeAnalyticsAccountParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
UpdateDataLakeAnalyticsAccountParameters() |
UpdateDataLakeAnalyticsAccountParameters クラスの新しいインスタンスを初期化します。 |
UpdateDataLakeAnalyticsAccountParameters(IDictionary<String,String>, IList<UpdateDataLakeStoreWithAccountParameters>, IList<UpdateStorageAccountWithAccountParameters>, IList<UpdateComputePolicyWithAccountParameters>, IList<UpdateFirewallRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, Nullable<TierType>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
UpdateDataLakeAnalyticsAccountParameters クラスの新しいインスタンスを初期化します。 |
UpdateDataLakeAnalyticsAccountParameters()
UpdateDataLakeAnalyticsAccountParameters クラスの新しいインスタンスを初期化します。
public UpdateDataLakeAnalyticsAccountParameters ();
Public Sub New ()
適用対象
UpdateDataLakeAnalyticsAccountParameters(IDictionary<String,String>, IList<UpdateDataLakeStoreWithAccountParameters>, IList<UpdateStorageAccountWithAccountParameters>, IList<UpdateComputePolicyWithAccountParameters>, IList<UpdateFirewallRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, Nullable<TierType>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
UpdateDataLakeAnalyticsAccountParameters クラスの新しいインスタンスを初期化します。
public UpdateDataLakeAnalyticsAccountParameters (System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeStoreWithAccountParameters> dataLakeStoreAccounts = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountWithAccountParameters> storageAccounts = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateComputePolicyWithAccountParameters> computePolicies = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateFirewallRuleWithAccountParameters> firewallRules = default, Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallState? firewallState = default, Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallAllowAzureIpsState? firewallAllowAzureIps = default, Microsoft.Azure.Management.DataLake.Analytics.Models.TierType? newTier = default, int? maxJobCount = default, int? maxDegreeOfParallelism = default, int? maxDegreeOfParallelismPerJob = default, int? minPriorityPerJob = default, int? queryStoreRetention = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeAnalyticsAccountParameters : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeStoreWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateComputePolicyWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateFirewallRuleWithAccountParameters> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallState> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallAllowAzureIpsState> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.TierType> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeAnalyticsAccountParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional dataLakeStoreAccounts As IList(Of UpdateDataLakeStoreWithAccountParameters) = Nothing, Optional storageAccounts As IList(Of UpdateStorageAccountWithAccountParameters) = Nothing, Optional computePolicies As IList(Of UpdateComputePolicyWithAccountParameters) = Nothing, Optional firewallRules As IList(Of UpdateFirewallRuleWithAccountParameters) = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional firewallAllowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing, Optional newTier As Nullable(Of TierType) = Nothing, Optional maxJobCount As Nullable(Of Integer) = Nothing, Optional maxDegreeOfParallelism As Nullable(Of Integer) = Nothing, Optional maxDegreeOfParallelismPerJob As Nullable(Of Integer) = Nothing, Optional minPriorityPerJob As Nullable(Of Integer) = Nothing, Optional queryStoreRetention As Nullable(Of Integer) = Nothing)
パラメーター
- tags
- IDictionary<String,String>
リソース タグ。
- dataLakeStoreAccounts
- IList<UpdateDataLakeStoreWithAccountParameters>
このアカウントに関連付けられている Data Lake Store アカウントの一覧。
- storageAccounts
- IList<UpdateStorageAccountWithAccountParameters>
このアカウントに関連付けられている Azure Blob Storage アカウントの一覧。
- computePolicies
- IList<UpdateComputePolicyWithAccountParameters>
このアカウントに関連付けられているコンピューティング ポリシーの一覧。
- firewallRules
- IList<UpdateFirewallRuleWithAccountParameters>
このアカウントに関連付けられているファイアウォール規則の一覧。
- firewallState
- Nullable<FirewallState>
このアカウントの IP アドレス ファイアウォールの現在の状態。 ファイアウォールを無効にしても既存の規則は削除されず、ファイアウォールが再び有効になるまで無視されます。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- firewallAllowAzureIps
- Nullable<FirewallAllowAzureIpsState>
ファイアウォールを介して Azure 内で発信される IP を許可または禁止する現在の状態。 ファイアウォールが無効になっている場合、これは適用されません。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
来月に使用するコミットメント レベル。 使用できる値は、'Consumption'、'Commitment_100AUHours'、'Commitment_500AUHours'、'Commitment_1000AUHours'、'Commitment_5000AUHours'、'Commitment_10000AUHours'、'Commitment_50000AUHours'、'Commitment_100000AUHours'、'Commitment_500000AUHours' です。
適用対象
Azure SDK for .NET