DataLakeAnalyticsAccountPatch Class
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.
The parameters that can be used to update an existing Data Lake Analytics account. Serialized Name: UpdateDataLakeAnalyticsAccountParameters
public class DataLakeAnalyticsAccountPatch
type DataLakeAnalyticsAccountPatch = class
Public Class DataLakeAnalyticsAccountPatch
- Inheritance
-
DataLakeAnalyticsAccountPatch
Constructors
DataLakeAnalyticsAccountPatch() |
Initializes a new instance of DataLakeAnalyticsAccountPatch. |
Properties
ComputePolicies |
The list of compute policies associated with this account. Serialized Name: UpdateDataLakeAnalyticsAccountParameters.properties.computePolicies |
DataLakeStoreAccounts |
The list of Data Lake Store accounts associated with this account. Serialized Name: UpdateDataLakeAnalyticsAccountParameters.properties.dataLakeStoreAccounts |
FirewallAllowAzureIPs |
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Serialized Name: UpdateDataLakeAnalyticsAccountParameters.properties.firewallAllowAzureIps |
FirewallRules |
The list of firewall rules associated with this account. Serialized Name: UpdateDataLakeAnalyticsAccountParameters.properties.firewallRules |
FirewallState |
The current state of the IP address firewall for this account. Disabling the firewall does not remove existing rules, they will just be ignored until the firewall is re-enabled. Serialized Name: UpdateDataLakeAnalyticsAccountParameters.properties.firewallState |
MaxDegreeOfParallelism |
The maximum supported degree of parallelism for this account. Serialized Name: UpdateDataLakeAnalyticsAccountParameters.properties.maxDegreeOfParallelism |
MaxDegreeOfParallelismPerJob |
The maximum supported degree of parallelism per job for this account. Serialized Name: UpdateDataLakeAnalyticsAccountParameters.properties.maxDegreeOfParallelismPerJob |
MaxJobCount |
The maximum supported jobs running under the account at the same time. Serialized Name: UpdateDataLakeAnalyticsAccountParameters.properties.maxJobCount |
MinPriorityPerJob |
The minimum supported priority per job for this account. Serialized Name: UpdateDataLakeAnalyticsAccountParameters.properties.minPriorityPerJob |
NewTier |
The commitment tier to use for next month. Serialized Name: UpdateDataLakeAnalyticsAccountParameters.properties.newTier |
QueryStoreRetention |
The number of days that job metadata is retained. Serialized Name: UpdateDataLakeAnalyticsAccountParameters.properties.queryStoreRetention |
StorageAccounts |
The list of Azure Blob storage accounts associated with this account. Serialized Name: UpdateDataLakeAnalyticsAccountParameters.properties.storageAccounts |
Tags |
The resource tags. Serialized Name: UpdateDataLakeAnalyticsAccountParameters.tags |
Applies to
Azure SDK for .NET