DataLakeAnalyticsAccountUpdateParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataLakeAnalyticsAccountUpdateParameters() |
Initializes a new instance of the DataLakeAnalyticsAccountUpdateParameters class. |
DataLakeAnalyticsAccountUpdateParameters(IDictionary<String,String>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<TierType>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<FirewallRule>, Nullable<Int32>, Nullable<Int32>, IList<ComputePolicy>) |
Initializes a new instance of the DataLakeAnalyticsAccountUpdateParameters class. |
DataLakeAnalyticsAccountUpdateParameters()
Initializes a new instance of the DataLakeAnalyticsAccountUpdateParameters class.
public DataLakeAnalyticsAccountUpdateParameters ();
Public Sub New ()
Applies to
DataLakeAnalyticsAccountUpdateParameters(IDictionary<String,String>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<TierType>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<FirewallRule>, Nullable<Int32>, Nullable<Int32>, IList<ComputePolicy>)
Initializes a new instance of the DataLakeAnalyticsAccountUpdateParameters class.
public DataLakeAnalyticsAccountUpdateParameters (System.Collections.Generic.IDictionary<string,string> tags = default, int? maxDegreeOfParallelism = default, int? queryStoreRetention = default, int? maxJobCount = default, Microsoft.Azure.Management.DataLake.Analytics.Models.TierType? newTier = default, Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallState? firewallState = default, Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallAllowAzureIpsState? firewallAllowAzureIps = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule> firewallRules = default, int? maxDegreeOfParallelismPerJob = default, int? minPriorityPerJob = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy> computePolicies = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters : System.Collections.Generic.IDictionary<string, string> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.TierType> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallState> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallAllowAzureIpsState> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy> -> Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional maxDegreeOfParallelism As Nullable(Of Integer) = Nothing, Optional queryStoreRetention As Nullable(Of Integer) = Nothing, Optional maxJobCount As Nullable(Of Integer) = Nothing, Optional newTier As Nullable(Of TierType) = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional firewallAllowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing, Optional firewallRules As IList(Of FirewallRule) = Nothing, Optional maxDegreeOfParallelismPerJob As Nullable(Of Integer) = Nothing, Optional minPriorityPerJob As Nullable(Of Integer) = Nothing, Optional computePolicies As IList(Of ComputePolicy) = Nothing)
Parameters
- tags
- IDictionary<String,String>
Resource tags
the maximum supported degree of parallelism for this account.
the commitment tier to use for next month. Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'
- firewallState
- Nullable<FirewallState>
The current state of the IP address firewall for this Data Lake Analytics account. Possible values include: 'Enabled', 'Disabled'
- firewallAllowAzureIps
- Nullable<FirewallAllowAzureIpsState>
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Possible values include: 'Enabled', 'Disabled'
- firewallRules
- IList<FirewallRule>
The list of firewall rules associated with this Data Lake Analytics account.
the maximum supported degree of parallelism per job for this account.
- computePolicies
- IList<ComputePolicy>
the list of existing compute policies to update in this account.