DataLakeAnalyticsAccount.Update Interface

Implements

public static interface DataLakeAnalyticsAccount.Update
extends WithTags, WithDataLakeStoreAccounts, WithStorageAccounts, WithComputePolicies, WithFirewallRules, WithFirewallState, WithFirewallAllowAzureIps, WithNewTier, WithMaxJobCount, WithMaxDegreeOfParallelism, WithMaxDegreeOfParallelismPerJob, WithMinPriorityPerJob, WithQueryStoreRetention

The template for DataLakeAnalyticsAccount update.

Method Summary

Modifier and Type Method and Description
abstract DataLakeAnalyticsAccount apply()

Executes the update request.

abstract DataLakeAnalyticsAccount apply(Context context)

Executes the update request.

Method Details

apply

public abstract DataLakeAnalyticsAccount apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract DataLakeAnalyticsAccount apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to