public interface ComputePolicies
| Modifier and Type | Method and Description |
|---|---|
ComputePolicy |
createOrUpdate(String resourceGroupName,
String accountName,
String computePolicyName,
CreateOrUpdateComputePolicyParameters parameters)
Creates or updates the specified compute policy.
|
rx.Observable<ComputePolicy> |
createOrUpdateAsync(String resourceGroupName,
String accountName,
String computePolicyName,
CreateOrUpdateComputePolicyParameters parameters)
Creates or updates the specified compute policy.
|
com.microsoft.rest.ServiceFuture<ComputePolicy> |
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>> |
createOrUpdateWithServiceResponseAsync(String resourceGroupName,
String accountName,
String computePolicyName,
CreateOrUpdateComputePolicyParameters parameters)
Creates or updates the specified compute policy.
|
void |
delete(String resourceGroupName,
String accountName,
String computePolicyName)
Deletes the specified compute policy from the specified Data Lake Analytics account.
|
rx.Observable<Void> |
deleteAsync(String resourceGroupName,
String accountName,
String computePolicyName)
Deletes the specified compute policy from the specified Data Lake Analytics account.
|
com.microsoft.rest.ServiceFuture<Void> |
deleteAsync(String resourceGroupName,
String accountName,
String computePolicyName,
com.microsoft.rest.ServiceCallback<Void> serviceCallback)
Deletes the specified compute policy from the specified Data Lake Analytics account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<Void>> |
deleteWithServiceResponseAsync(String resourceGroupName,
String accountName,
String computePolicyName)
Deletes the specified compute policy from the specified Data Lake Analytics account.
|
ComputePolicy |
get(String resourceGroupName,
String accountName,
String computePolicyName)
Gets the specified Data Lake Analytics compute policy.
|
rx.Observable<ComputePolicy> |
getAsync(String resourceGroupName,
String accountName,
String computePolicyName)
Gets the specified Data Lake Analytics compute policy.
|
com.microsoft.rest.ServiceFuture<ComputePolicy> |
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>> |
getWithServiceResponseAsync(String resourceGroupName,
String accountName,
String computePolicyName)
Gets the specified Data Lake Analytics compute policy.
|
com.microsoft.azure.PagedList<ComputePolicy> |
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>> |
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>> |
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> |
listByAccountNext(String nextPageLink)
Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.
|
rx.Observable<com.microsoft.azure.Page<ComputePolicy>> |
listByAccountNextAsync(String nextPageLink)
Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.
|
com.microsoft.rest.ServiceFuture<List<ComputePolicy>> |
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>>> |
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>>> |
listByAccountWithServiceResponseAsync(String resourceGroupName,
String accountName)
Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.
|
ComputePolicy |
update(String resourceGroupName,
String accountName,
String computePolicyName)
Updates the specified compute policy.
|
ComputePolicy |
update(String resourceGroupName,
String accountName,
String computePolicyName,
UpdateComputePolicyParameters parameters)
Updates the specified compute policy.
|
rx.Observable<ComputePolicy> |
updateAsync(String resourceGroupName,
String accountName,
String computePolicyName)
Updates the specified compute policy.
|
com.microsoft.rest.ServiceFuture<ComputePolicy> |
updateAsync(String resourceGroupName,
String accountName,
String computePolicyName,
com.microsoft.rest.ServiceCallback<ComputePolicy> serviceCallback)
Updates the specified compute policy.
|
rx.Observable<ComputePolicy> |
updateAsync(String resourceGroupName,
String accountName,
String computePolicyName,
UpdateComputePolicyParameters parameters)
Updates the specified compute policy.
|
com.microsoft.rest.ServiceFuture<ComputePolicy> |
updateAsync(String resourceGroupName,
String accountName,
String computePolicyName,
UpdateComputePolicyParameters parameters,
com.microsoft.rest.ServiceCallback<ComputePolicy> serviceCallback)
Updates the specified compute policy.
|
rx.Observable<com.microsoft.rest.ServiceResponse<ComputePolicy>> |
updateWithServiceResponseAsync(String resourceGroupName,
String accountName,
String computePolicyName)
Updates the specified compute policy.
|
rx.Observable<com.microsoft.rest.ServiceResponse<ComputePolicy>> |
updateWithServiceResponseAsync(String resourceGroupName,
String accountName,
String computePolicyName,
UpdateComputePolicyParameters parameters)
Updates the specified compute policy.
|
com.microsoft.azure.PagedList<ComputePolicy> listByAccount(String resourceGroupName, String accountName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.IllegalArgumentException - thrown if parameters fail the validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<List<ComputePolicy>> listByAccountAsync(String resourceGroupName, String accountName, com.microsoft.azure.ListOperationCallback<ComputePolicy> serviceCallback)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.azure.Page<ComputePolicy>> listByAccountAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<ComputePolicy>>> listByAccountWithServiceResponseAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.IllegalArgumentException - thrown if parameters fail the validationComputePolicy createOrUpdate(String resourceGroupName, String accountName, String computePolicyName, CreateOrUpdateComputePolicyParameters parameters)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to create or update.parameters - Parameters supplied to create or update the compute policy. The max degree of parallelism per job property, min priority per job property, or both must be present.IllegalArgumentException - thrown if parameters fail the validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<ComputePolicy> createOrUpdateAsync(String resourceGroupName, String accountName, String computePolicyName, CreateOrUpdateComputePolicyParameters parameters, com.microsoft.rest.ServiceCallback<ComputePolicy> serviceCallback)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to create or update.parameters - Parameters supplied to create or update the compute policy. The max degree of parallelism per job property, min priority per job property, or both must be present.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<ComputePolicy> createOrUpdateAsync(String resourceGroupName, String accountName, String computePolicyName, CreateOrUpdateComputePolicyParameters parameters)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to create or update.parameters - Parameters supplied to create or update the compute policy. The max degree of parallelism per job property, min priority per job property, or both must be present.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.rest.ServiceResponse<ComputePolicy>> createOrUpdateWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName, CreateOrUpdateComputePolicyParameters parameters)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to create or update.parameters - Parameters supplied to create or update the compute policy. The max degree of parallelism per job property, min priority per job property, or both must be present.IllegalArgumentException - thrown if parameters fail the validationComputePolicy get(String resourceGroupName, String accountName, String computePolicyName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to retrieve.IllegalArgumentException - thrown if parameters fail the validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<ComputePolicy> getAsync(String resourceGroupName, String accountName, String computePolicyName, com.microsoft.rest.ServiceCallback<ComputePolicy> serviceCallback)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to retrieve.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<ComputePolicy> getAsync(String resourceGroupName, String accountName, String computePolicyName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to retrieve.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.rest.ServiceResponse<ComputePolicy>> getWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to retrieve.IllegalArgumentException - thrown if parameters fail the validationComputePolicy update(String resourceGroupName, String accountName, String computePolicyName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to update.IllegalArgumentException - thrown if parameters fail the validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<ComputePolicy> updateAsync(String resourceGroupName, String accountName, String computePolicyName, com.microsoft.rest.ServiceCallback<ComputePolicy> serviceCallback)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to update.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<ComputePolicy> updateAsync(String resourceGroupName, String accountName, String computePolicyName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to update.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.rest.ServiceResponse<ComputePolicy>> updateWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to update.IllegalArgumentException - thrown if parameters fail the validationComputePolicy update(String resourceGroupName, String accountName, String computePolicyName, UpdateComputePolicyParameters parameters)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to update.parameters - Parameters supplied to update the compute policy.IllegalArgumentException - thrown if parameters fail the validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<ComputePolicy> updateAsync(String resourceGroupName, String accountName, String computePolicyName, UpdateComputePolicyParameters parameters, com.microsoft.rest.ServiceCallback<ComputePolicy> serviceCallback)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to update.parameters - Parameters supplied to update the compute policy.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<ComputePolicy> updateAsync(String resourceGroupName, String accountName, String computePolicyName, UpdateComputePolicyParameters parameters)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to update.parameters - Parameters supplied to update the compute policy.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.rest.ServiceResponse<ComputePolicy>> updateWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName, UpdateComputePolicyParameters parameters)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to update.parameters - Parameters supplied to update the compute policy.IllegalArgumentException - thrown if parameters fail the validationvoid delete(String resourceGroupName, String accountName, String computePolicyName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to delete.IllegalArgumentException - thrown if parameters fail the validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<Void> deleteAsync(String resourceGroupName, String accountName, String computePolicyName, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to delete.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<Void> deleteAsync(String resourceGroupName, String accountName, String computePolicyName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to delete.ServiceResponse object if successful.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.rest.ServiceResponse<Void>> deleteWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.computePolicyName - The name of the compute policy to delete.ServiceResponse object if successful.IllegalArgumentException - thrown if parameters fail the validationcom.microsoft.azure.PagedList<ComputePolicy> listByAccountNext(String nextPageLink)
nextPageLink - The NextLink from the previous successful call to List operation.IllegalArgumentException - thrown if parameters fail the validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<List<ComputePolicy>> listByAccountNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<ComputePolicy>> serviceFuture, com.microsoft.azure.ListOperationCallback<ComputePolicy> serviceCallback)
nextPageLink - The NextLink from the previous successful call to List operation.serviceFuture - the ServiceFuture object tracking the Retrofit callsserviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.azure.Page<ComputePolicy>> listByAccountNextAsync(String nextPageLink)
nextPageLink - The NextLink from the previous successful call to List operation.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<ComputePolicy>>> listByAccountNextWithServiceResponseAsync(String nextPageLink)
nextPageLink - The NextLink from the previous successful call to List operation.IllegalArgumentException - thrown if parameters fail the validation/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/