Uses of Class
com.microsoft.azure.management.datalake.analytics.models.ComputePolicy
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of ComputePolicy in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionComputePolicies.createOrUpdate
(String resourceGroupName, String accountName, String computePolicyName, CreateOrUpdateComputePolicyParameters parameters) Creates or updates the specified compute policy.Gets the specified Data Lake Analytics compute policy.Updates the specified compute policy.ComputePolicies.update
(String resourceGroupName, String accountName, String computePolicyName, UpdateComputePolicyParameters parameters) Updates the specified compute policy.Modifier and TypeMethodDescriptionrx.Observable<ComputePolicy>
ComputePolicies.createOrUpdateAsync
(String resourceGroupName, String accountName, String computePolicyName, CreateOrUpdateComputePolicyParameters parameters) Creates or updates the specified compute policy.com.microsoft.rest.ServiceFuture<ComputePolicy>
ComputePolicies.createOrUpdateAsync
(String resourceGroupName, String accountName, String computePolicyName, CreateOrUpdateComputePolicyParameters parameters, com.microsoft.rest.ServiceCallback<ComputePolicy> serviceCallback) Creates or updates the specified compute policy.rx.Observable<com.microsoft.rest.ServiceResponse<ComputePolicy>>
ComputePolicies.createOrUpdateWithServiceResponseAsync
(String resourceGroupName, String accountName, String computePolicyName, CreateOrUpdateComputePolicyParameters parameters) Creates or updates the specified compute policy.rx.Observable<ComputePolicy>
Gets the specified Data Lake Analytics compute policy.com.microsoft.rest.ServiceFuture<ComputePolicy>
ComputePolicies.getAsync
(String resourceGroupName, String accountName, String computePolicyName, com.microsoft.rest.ServiceCallback<ComputePolicy> serviceCallback) Gets the specified Data Lake Analytics compute policy.rx.Observable<com.microsoft.rest.ServiceResponse<ComputePolicy>>
ComputePolicies.getWithServiceResponseAsync
(String resourceGroupName, String accountName, String computePolicyName) Gets the specified Data Lake Analytics compute policy.com.microsoft.azure.PagedList<ComputePolicy>
ComputePolicies.listByAccount
(String resourceGroupName, String accountName) Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.rx.Observable<com.microsoft.azure.Page<ComputePolicy>>
ComputePolicies.listByAccountAsync
(String resourceGroupName, String accountName) Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<ComputePolicy>>
ComputePolicies.listByAccountAsync
(String resourceGroupName, String accountName, com.microsoft.azure.ListOperationCallback<ComputePolicy> serviceCallback) Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.com.microsoft.azure.PagedList<ComputePolicy>
ComputePolicies.listByAccountNext
(String nextPageLink) Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.rx.Observable<com.microsoft.azure.Page<ComputePolicy>>
ComputePolicies.listByAccountNextAsync
(String nextPageLink) Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<ComputePolicy>>
ComputePolicies.listByAccountNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<ComputePolicy>> serviceFuture, com.microsoft.azure.ListOperationCallback<ComputePolicy> serviceCallback) Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<ComputePolicy>>>
ComputePolicies.listByAccountNextWithServiceResponseAsync
(String nextPageLink) Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<ComputePolicy>>>
ComputePolicies.listByAccountWithServiceResponseAsync
(String resourceGroupName, String accountName) Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.rx.Observable<ComputePolicy>
ComputePolicies.updateAsync
(String resourceGroupName, String accountName, String computePolicyName) Updates the specified compute policy.rx.Observable<ComputePolicy>
ComputePolicies.updateAsync
(String resourceGroupName, String accountName, String computePolicyName, UpdateComputePolicyParameters parameters) Updates the specified compute policy.com.microsoft.rest.ServiceFuture<ComputePolicy>
ComputePolicies.updateAsync
(String resourceGroupName, String accountName, String computePolicyName, UpdateComputePolicyParameters parameters, com.microsoft.rest.ServiceCallback<ComputePolicy> serviceCallback) Updates the specified compute policy.com.microsoft.rest.ServiceFuture<ComputePolicy>
ComputePolicies.updateAsync
(String resourceGroupName, String accountName, String computePolicyName, com.microsoft.rest.ServiceCallback<ComputePolicy> serviceCallback) Updates the specified compute policy.rx.Observable<com.microsoft.rest.ServiceResponse<ComputePolicy>>
ComputePolicies.updateWithServiceResponseAsync
(String resourceGroupName, String accountName, String computePolicyName) Updates the specified compute policy.rx.Observable<com.microsoft.rest.ServiceResponse<ComputePolicy>>
ComputePolicies.updateWithServiceResponseAsync
(String resourceGroupName, String accountName, String computePolicyName, UpdateComputePolicyParameters parameters) Updates the specified compute policy.Modifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<ComputePolicy>
ComputePolicies.createOrUpdateAsync
(String resourceGroupName, String accountName, String computePolicyName, CreateOrUpdateComputePolicyParameters parameters, com.microsoft.rest.ServiceCallback<ComputePolicy> serviceCallback) Creates or updates the specified compute policy.com.microsoft.rest.ServiceFuture<ComputePolicy>
ComputePolicies.getAsync
(String resourceGroupName, String accountName, String computePolicyName, com.microsoft.rest.ServiceCallback<ComputePolicy> serviceCallback) Gets the specified Data Lake Analytics compute policy.com.microsoft.rest.ServiceFuture<List<ComputePolicy>>
ComputePolicies.listByAccountAsync
(String resourceGroupName, String accountName, com.microsoft.azure.ListOperationCallback<ComputePolicy> serviceCallback) Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<ComputePolicy>>
ComputePolicies.listByAccountNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<ComputePolicy>> serviceFuture, com.microsoft.azure.ListOperationCallback<ComputePolicy> serviceCallback) Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<ComputePolicy>>
ComputePolicies.listByAccountNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<ComputePolicy>> serviceFuture, com.microsoft.azure.ListOperationCallback<ComputePolicy> serviceCallback) Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<ComputePolicy>
ComputePolicies.updateAsync
(String resourceGroupName, String accountName, String computePolicyName, UpdateComputePolicyParameters parameters, com.microsoft.rest.ServiceCallback<ComputePolicy> serviceCallback) Updates the specified compute policy.com.microsoft.rest.ServiceFuture<ComputePolicy>
ComputePolicies.updateAsync
(String resourceGroupName, String accountName, String computePolicyName, com.microsoft.rest.ServiceCallback<ComputePolicy> serviceCallback) Updates the specified compute policy. -
Uses of ComputePolicy in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionDataLakeAnalyticsAccount.computePolicies()
Get the list of compute policies associated with this account.