azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

1401 строка
81 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies
id: _compute_policies
parent: com.microsoft.azure.management.datalake.analytics
children:
- com.microsoft.azure.management.datalake.analytics._compute_policies.createOrUpdate(String,String,String,ComputePolicyCreateOrUpdateParameters)
- com.microsoft.azure.management.datalake.analytics._compute_policies.createOrUpdateAsync(String,String,String,ComputePolicyCreateOrUpdateParameters)
- com.microsoft.azure.management.datalake.analytics._compute_policies.createOrUpdateAsync(String,String,String,ComputePolicyCreateOrUpdateParameters,final ServiceCallback<ComputePolicy>)
- com.microsoft.azure.management.datalake.analytics._compute_policies.createOrUpdateWithServiceResponseAsync(String,String,String,ComputePolicyCreateOrUpdateParameters)
- com.microsoft.azure.management.datalake.analytics._compute_policies.delete(String,String,String)
- com.microsoft.azure.management.datalake.analytics._compute_policies.deleteAsync(String,String,String)
- com.microsoft.azure.management.datalake.analytics._compute_policies.deleteAsync(String,String,String,final ServiceCallback<Void>)
- com.microsoft.azure.management.datalake.analytics._compute_policies.deleteWithServiceResponseAsync(String,String,String)
- com.microsoft.azure.management.datalake.analytics._compute_policies.get(String,String,String)
- com.microsoft.azure.management.datalake.analytics._compute_policies.getAsync(String,String,String)
- com.microsoft.azure.management.datalake.analytics._compute_policies.getAsync(String,String,String,final ServiceCallback<ComputePolicy>)
- com.microsoft.azure.management.datalake.analytics._compute_policies.getWithServiceResponseAsync(String,String,String)
- com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccount(final String,final String)
- com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountAsync(final String,final String)
- com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountAsync(final String,final String,final ListOperationCallback<ComputePolicy>)
- com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountNext(final String)
- com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountNextAsync(final String)
- com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountNextAsync(final String,final ServiceFuture<List<ComputePolicy>>,final ListOperationCallback<ComputePolicy>)
- com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountNextWithServiceResponseAsync(final String)
- com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountWithServiceResponseAsync(final String,final String)
- com.microsoft.azure.management.datalake.analytics._compute_policies.update(String,String,String)
- com.microsoft.azure.management.datalake.analytics._compute_policies.update(String,String,String,ComputePolicy)
- com.microsoft.azure.management.datalake.analytics._compute_policies.updateAsync(String,String,String)
- com.microsoft.azure.management.datalake.analytics._compute_policies.updateAsync(String,String,String,ComputePolicy)
- com.microsoft.azure.management.datalake.analytics._compute_policies.updateAsync(String,String,String,ComputePolicy,final ServiceCallback<ComputePolicy>)
- com.microsoft.azure.management.datalake.analytics._compute_policies.updateAsync(String,String,String,final ServiceCallback<ComputePolicy>)
- com.microsoft.azure.management.datalake.analytics._compute_policies.updateWithServiceResponseAsync(String,String,String)
- com.microsoft.azure.management.datalake.analytics._compute_policies.updateWithServiceResponseAsync(String,String,String,ComputePolicy)
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: ComputePolicies
nameWithType: ComputePolicies
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies
type: Interface
source:
remote: &o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
branch: v1.3.0
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 26
package: com.microsoft.azure.management.datalake.analytics
summary: <p>An instance of this class provides access to all the operations defined in ComputePolicies. </p>
syntax:
content: public interface ComputePolicies
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.createOrUpdate(String,String,String,ComputePolicyCreateOrUpdateParameters)
id: createOrUpdate(String,String,String,ComputePolicyCreateOrUpdateParameters)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: createOrUpdate(String resourceGroupName, String accountName, String computePolicyName, ComputePolicyCreateOrUpdateParameters parameters)
nameWithType: ComputePolicies.createOrUpdate(String resourceGroupName, String accountName, String computePolicyName, ComputePolicyCreateOrUpdateParameters parameters)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.createOrUpdate(String resourceGroupName, String accountName, String computePolicyName, ComputePolicyCreateOrUpdateParameters parameters)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.createOrUpdate*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 39
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Creates or updates the specified compute policy. During update, the compute policy with the specified name will be replaced with this new compute policy. An account supports, at most, 50 policies.</p>
<p></p>
syntax:
content: public ComputePolicy createOrUpdate(String resourceGroupName, String accountName, String computePolicyName, ComputePolicyCreateOrUpdateParameters parameters)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account to add or replace the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to create or update. </p>
- id: parameters
type: com.microsoft.azure.management.datalake.analytics.models._compute_policy_create_or_update_parameters
description: <p>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. </p>
return:
type: com.microsoft.azure.management.datalake.analytics.models._compute_policy
description: <p>the ComputePolicy object if successful. </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- type: dc385fd4
description: <p>thrown if the request is rejected by server </p>
- type: 9b2a4515
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.createOrUpdateAsync(String,String,String,ComputePolicyCreateOrUpdateParameters)
id: createOrUpdateAsync(String,String,String,ComputePolicyCreateOrUpdateParameters)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: createOrUpdateAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicyCreateOrUpdateParameters parameters)
nameWithType: ComputePolicies.createOrUpdateAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicyCreateOrUpdateParameters parameters)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.createOrUpdateAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicyCreateOrUpdateParameters parameters)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.createOrUpdateAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 64
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Creates or updates the specified compute policy. During update, the compute policy with the specified name will be replaced with this new compute policy. An account supports, at most, 50 policies.</p>
<p></p>
syntax:
content: public Observable<ComputePolicy> createOrUpdateAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicyCreateOrUpdateParameters parameters)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account to add or replace the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to create or update. </p>
- id: parameters
type: com.microsoft.azure.management.datalake.analytics.models._compute_policy_create_or_update_parameters
description: <p>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. </p>
return:
type: c2d0e8c6com.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
description: <p>the observable to the ComputePolicy object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.createOrUpdateAsync(String,String,String,ComputePolicyCreateOrUpdateParameters,final ServiceCallback<ComputePolicy>)
id: createOrUpdateAsync(String,String,String,ComputePolicyCreateOrUpdateParameters,final ServiceCallback<ComputePolicy>)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: createOrUpdateAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicyCreateOrUpdateParameters parameters, final ServiceCallback<ComputePolicy> serviceCallback)
nameWithType: ComputePolicies.createOrUpdateAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicyCreateOrUpdateParameters parameters, final ServiceCallback<ComputePolicy> serviceCallback)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.createOrUpdateAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicyCreateOrUpdateParameters parameters, final ServiceCallback<ComputePolicy> serviceCallback)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.createOrUpdateAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 52
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Creates or updates the specified compute policy. During update, the compute policy with the specified name will be replaced with this new compute policy. An account supports, at most, 50 policies.</p>
<p></p>
syntax:
content: public ServiceFuture<ComputePolicy> createOrUpdateAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicyCreateOrUpdateParameters parameters, final ServiceCallback<ComputePolicy> serviceCallback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account to add or replace the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to create or update. </p>
- id: parameters
type: com.microsoft.azure.management.datalake.analytics.models._compute_policy_create_or_update_parameters
description: <p>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. </p>
- id: serviceCallback
type: 897eb10acom.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
return:
type: c522ce07com.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.createOrUpdateWithServiceResponseAsync(String,String,String,ComputePolicyCreateOrUpdateParameters)
id: createOrUpdateWithServiceResponseAsync(String,String,String,ComputePolicyCreateOrUpdateParameters)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: createOrUpdateWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicyCreateOrUpdateParameters parameters)
nameWithType: ComputePolicies.createOrUpdateWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicyCreateOrUpdateParameters parameters)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.createOrUpdateWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicyCreateOrUpdateParameters parameters)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.createOrUpdateWithServiceResponseAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 76
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Creates or updates the specified compute policy. During update, the compute policy with the specified name will be replaced with this new compute policy. An account supports, at most, 50 policies.</p>
<p></p>
syntax:
content: public Observable<ServiceResponse<ComputePolicy>> createOrUpdateWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicyCreateOrUpdateParameters parameters)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account to add or replace the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to create or update. </p>
- id: parameters
type: com.microsoft.azure.management.datalake.analytics.models._compute_policy_create_or_update_parameters
description: <p>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. </p>
return:
type: fc480ba2com.microsoft.azure.management.datalake.analytics.models._compute_policye7daa122
description: <p>the observable to the ComputePolicy object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.delete(String,String,String)
id: delete(String,String,String)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: delete(String resourceGroupName, String accountName, String computePolicyName)
nameWithType: ComputePolicies.delete(String resourceGroupName, String accountName, String computePolicyName)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.delete(String resourceGroupName, String accountName, String computePolicyName)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.delete*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 185
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Deletes the specified compute policy from the specified Data Lake Analytics account.</p>
<p></p>
syntax:
content: public void delete(String resourceGroupName, String accountName, String computePolicyName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account from which to delete the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to delete. </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- type: dc385fd4
description: <p>thrown if the request is rejected by server </p>
- type: 9b2a4515
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.deleteAsync(String,String,String)
id: deleteAsync(String,String,String)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: deleteAsync(String resourceGroupName, String accountName, String computePolicyName)
nameWithType: ComputePolicies.deleteAsync(String resourceGroupName, String accountName, String computePolicyName)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.deleteAsync(String resourceGroupName, String accountName, String computePolicyName)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.deleteAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 208
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Deletes the specified compute policy from the specified Data Lake Analytics account.</p>
<p></p>
syntax:
content: public Observable<Void> deleteAsync(String resourceGroupName, String accountName, String computePolicyName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account from which to delete the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to delete. </p>
return:
type: dcd884b2
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceResponse</xref> object if successful. </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.deleteAsync(String,String,String,final ServiceCallback<Void>)
id: deleteAsync(String,String,String,final ServiceCallback<Void>)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: deleteAsync(String resourceGroupName, String accountName, String computePolicyName, final ServiceCallback<Void> serviceCallback)
nameWithType: ComputePolicies.deleteAsync(String resourceGroupName, String accountName, String computePolicyName, final ServiceCallback<Void> serviceCallback)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.deleteAsync(String resourceGroupName, String accountName, String computePolicyName, final ServiceCallback<Void> serviceCallback)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.deleteAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 197
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Deletes the specified compute policy from the specified Data Lake Analytics account.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteAsync(String resourceGroupName, String accountName, String computePolicyName, final ServiceCallback<Void> serviceCallback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account from which to delete the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to delete. </p>
- id: serviceCallback
type: 1c186eb5
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
return:
type: aa81d378
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.deleteWithServiceResponseAsync(String,String,String)
id: deleteWithServiceResponseAsync(String,String,String)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: deleteWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName)
nameWithType: ComputePolicies.deleteWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.deleteWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.deleteWithServiceResponseAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 219
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Deletes the specified compute policy from the specified Data Lake Analytics account.</p>
<p></p>
syntax:
content: public Observable<ServiceResponse<Void>> deleteWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account from which to delete the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to delete. </p>
return:
type: 27015fa1
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceResponse</xref> object if successful. </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.get(String,String,String)
id: get(String,String,String)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: get(String resourceGroupName, String accountName, String computePolicyName)
nameWithType: ComputePolicies.get(String resourceGroupName, String accountName, String computePolicyName)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.get(String resourceGroupName, String accountName, String computePolicyName)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.get*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 232
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Gets the specified Data Lake Analytics compute policy.</p>
<p></p>
syntax:
content: public ComputePolicy get(String resourceGroupName, String accountName, String computePolicyName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account from which to get the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to retrieve. </p>
return:
type: com.microsoft.azure.management.datalake.analytics.models._compute_policy
description: <p>the ComputePolicy object if successful. </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- type: dc385fd4
description: <p>thrown if the request is rejected by server </p>
- type: 9b2a4515
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.getAsync(String,String,String)
id: getAsync(String,String,String)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: getAsync(String resourceGroupName, String accountName, String computePolicyName)
nameWithType: ComputePolicies.getAsync(String resourceGroupName, String accountName, String computePolicyName)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.getAsync(String resourceGroupName, String accountName, String computePolicyName)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.getAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 255
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Gets the specified Data Lake Analytics compute policy.</p>
<p></p>
syntax:
content: public Observable<ComputePolicy> getAsync(String resourceGroupName, String accountName, String computePolicyName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account from which to get the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to retrieve. </p>
return:
type: c2d0e8c6com.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
description: <p>the observable to the ComputePolicy object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.getAsync(String,String,String,final ServiceCallback<ComputePolicy>)
id: getAsync(String,String,String,final ServiceCallback<ComputePolicy>)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: getAsync(String resourceGroupName, String accountName, String computePolicyName, final ServiceCallback<ComputePolicy> serviceCallback)
nameWithType: ComputePolicies.getAsync(String resourceGroupName, String accountName, String computePolicyName, final ServiceCallback<ComputePolicy> serviceCallback)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.getAsync(String resourceGroupName, String accountName, String computePolicyName, final ServiceCallback<ComputePolicy> serviceCallback)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.getAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 244
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Gets the specified Data Lake Analytics compute policy.</p>
<p></p>
syntax:
content: public ServiceFuture<ComputePolicy> getAsync(String resourceGroupName, String accountName, String computePolicyName, final ServiceCallback<ComputePolicy> serviceCallback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account from which to get the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to retrieve. </p>
- id: serviceCallback
type: 897eb10acom.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
return:
type: c522ce07com.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.getWithServiceResponseAsync(String,String,String)
id: getWithServiceResponseAsync(String,String,String)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: getWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName)
nameWithType: ComputePolicies.getWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.getWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.getWithServiceResponseAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 266
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Gets the specified Data Lake Analytics compute policy.</p>
<p></p>
syntax:
content: public Observable<ServiceResponse<ComputePolicy>> getWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account from which to get the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to retrieve. </p>
return:
type: fc480ba2com.microsoft.azure.management.datalake.analytics.models._compute_policye7daa122
description: <p>the observable to the ComputePolicy object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccount(final String,final String)
id: listByAccount(final String,final String)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: listByAccount(final String resourceGroupName, final String accountName)
nameWithType: ComputePolicies.listByAccount(final String resourceGroupName, final String accountName)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.listByAccount(final String resourceGroupName, final String accountName)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccount*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 278
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies.</p>
<p></p>
syntax:
content: public PagedList<ComputePolicy> listByAccount(final String resourceGroupName, final String accountName)
parameters:
- id: resourceGroupName
type: 3d93591e
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: 3d93591e
description: <p>The name of the Data Lake Analytics account from which to get the compute policies. </p>
return:
type: 36b27be0com.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
description: <p>the PagedList&lt;ComputePolicy&gt; object if successful. </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- type: dc385fd4
description: <p>thrown if the request is rejected by server </p>
- type: 9b2a4515
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountAsync(final String,final String)
id: listByAccountAsync(final String,final String)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: listByAccountAsync(final String resourceGroupName, final String accountName)
nameWithType: ComputePolicies.listByAccountAsync(final String resourceGroupName, final String accountName)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.listByAccountAsync(final String resourceGroupName, final String accountName)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 299
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies.</p>
<p></p>
syntax:
content: public Observable<Page<ComputePolicy>> listByAccountAsync(final String resourceGroupName, final String accountName)
parameters:
- id: resourceGroupName
type: 3d93591e
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: 3d93591e
description: <p>The name of the Data Lake Analytics account from which to get the compute policies. </p>
return:
type: 32da0907com.microsoft.azure.management.datalake.analytics.models._compute_policye7daa122
description: <p>the observable to the PagedList&lt;ComputePolicy&gt; object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountAsync(final String,final String,final ListOperationCallback<ComputePolicy>)
id: listByAccountAsync(final String,final String,final ListOperationCallback<ComputePolicy>)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: listByAccountAsync(final String resourceGroupName, final String accountName, final ListOperationCallback<ComputePolicy> serviceCallback)
nameWithType: ComputePolicies.listByAccountAsync(final String resourceGroupName, final String accountName, final ListOperationCallback<ComputePolicy> serviceCallback)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.listByAccountAsync(final String resourceGroupName, final String accountName, final ListOperationCallback<ComputePolicy> serviceCallback)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 289
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies.</p>
<p></p>
syntax:
content: public ServiceFuture<List<ComputePolicy>> listByAccountAsync(final String resourceGroupName, final String accountName, final ListOperationCallback<ComputePolicy> serviceCallback)
parameters:
- id: resourceGroupName
type: 3d93591e
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: 3d93591e
description: <p>The name of the Data Lake Analytics account from which to get the compute policies. </p>
- id: serviceCallback
type: 3c4303efcom.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
return:
type: b7698b59com.microsoft.azure.management.datalake.analytics.models._compute_policye7daa122
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountNext(final String)
id: listByAccountNext(final String)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: listByAccountNext(final String nextPageLink)
nameWithType: ComputePolicies.listByAccountNext(final String nextPageLink)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.listByAccountNext(final String nextPageLink)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountNext*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 320
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies.</p>
<p></p>
syntax:
content: public PagedList<ComputePolicy> listByAccountNext(final String nextPageLink)
parameters:
- id: nextPageLink
type: 3d93591e
description: <p>The NextLink from the previous successful call to List operation. </p>
return:
type: 36b27be0com.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
description: <p>the PagedList&lt;ComputePolicy&gt; object if successful. </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- type: dc385fd4
description: <p>thrown if the request is rejected by server </p>
- type: 9b2a4515
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountNextAsync(final String)
id: listByAccountNextAsync(final String)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: listByAccountNextAsync(final String nextPageLink)
nameWithType: ComputePolicies.listByAccountNextAsync(final String nextPageLink)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.listByAccountNextAsync(final String nextPageLink)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountNextAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 340
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies.</p>
<p></p>
syntax:
content: public Observable<Page<ComputePolicy>> listByAccountNextAsync(final String nextPageLink)
parameters:
- id: nextPageLink
type: 3d93591e
description: <p>The NextLink from the previous successful call to List operation. </p>
return:
type: 32da0907com.microsoft.azure.management.datalake.analytics.models._compute_policye7daa122
description: <p>the observable to the PagedList&lt;ComputePolicy&gt; object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountNextAsync(final String,final ServiceFuture<List<ComputePolicy>>,final ListOperationCallback<ComputePolicy>)
id: listByAccountNextAsync(final String,final ServiceFuture<List<ComputePolicy>>,final ListOperationCallback<ComputePolicy>)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: listByAccountNextAsync(final String nextPageLink, final ServiceFuture<List<ComputePolicy>> serviceFuture, final ListOperationCallback<ComputePolicy> serviceCallback)
nameWithType: ComputePolicies.listByAccountNextAsync(final String nextPageLink, final ServiceFuture<List<ComputePolicy>> serviceFuture, final ListOperationCallback<ComputePolicy> serviceCallback)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.listByAccountNextAsync(final String nextPageLink, final ServiceFuture<List<ComputePolicy>> serviceFuture, final ListOperationCallback<ComputePolicy> serviceCallback)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountNextAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 331
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies.</p>
<p></p>
syntax:
content: public ServiceFuture<List<ComputePolicy>> listByAccountNextAsync(final String nextPageLink, final ServiceFuture<List<ComputePolicy>> serviceFuture, final ListOperationCallback<ComputePolicy> serviceCallback)
parameters:
- id: nextPageLink
type: 3d93591e
description: <p>The NextLink from the previous successful call to List operation. </p>
- id: serviceFuture
type: bd82102acom.microsoft.azure.management.datalake.analytics.models._compute_policye7daa122
description: <p>the ServiceFuture object tracking the Retrofit calls </p>
- id: serviceCallback
type: 3c4303efcom.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
return:
type: b7698b59com.microsoft.azure.management.datalake.analytics.models._compute_policye7daa122
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountNextWithServiceResponseAsync(final String)
id: listByAccountNextWithServiceResponseAsync(final String)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: listByAccountNextWithServiceResponseAsync(final String nextPageLink)
nameWithType: ComputePolicies.listByAccountNextWithServiceResponseAsync(final String nextPageLink)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.listByAccountNextWithServiceResponseAsync(final String nextPageLink)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountNextWithServiceResponseAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 349
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies.</p>
<p></p>
syntax:
content: public Observable<ServiceResponse<Page<ComputePolicy>>> listByAccountNextWithServiceResponseAsync(final String nextPageLink)
parameters:
- id: nextPageLink
type: 3d93591e
description: <p>The NextLink from the previous successful call to List operation. </p>
return:
type: f9d74917com.microsoft.azure.management.datalake.analytics.models._compute_policy2646ccb0
description: <p>the observable to the PagedList&lt;ComputePolicy&gt; object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountWithServiceResponseAsync(final String,final String)
id: listByAccountWithServiceResponseAsync(final String,final String)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: listByAccountWithServiceResponseAsync(final String resourceGroupName, final String accountName)
nameWithType: ComputePolicies.listByAccountWithServiceResponseAsync(final String resourceGroupName, final String accountName)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.listByAccountWithServiceResponseAsync(final String resourceGroupName, final String accountName)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountWithServiceResponseAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 309
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies.</p>
<p></p>
syntax:
content: public Observable<ServiceResponse<Page<ComputePolicy>>> listByAccountWithServiceResponseAsync(final String resourceGroupName, final String accountName)
parameters:
- id: resourceGroupName
type: 3d93591e
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: 3d93591e
description: <p>The name of the Data Lake Analytics account from which to get the compute policies. </p>
return:
type: f9d74917com.microsoft.azure.management.datalake.analytics.models._compute_policy2646ccb0
description: <p>the observable to the PagedList&lt;ComputePolicy&gt; object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.update(String,String,String)
id: update(String,String,String)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: update(String resourceGroupName, String accountName, String computePolicyName)
nameWithType: ComputePolicies.update(String resourceGroupName, String accountName, String computePolicyName)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.update(String resourceGroupName, String accountName, String computePolicyName)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.update*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 89
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Updates the specified compute policy.</p>
<p></p>
syntax:
content: public ComputePolicy update(String resourceGroupName, String accountName, String computePolicyName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account to which to update the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to update. </p>
return:
type: com.microsoft.azure.management.datalake.analytics.models._compute_policy
description: <p>the ComputePolicy object if successful. </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- type: dc385fd4
description: <p>thrown if the request is rejected by server </p>
- type: 9b2a4515
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.update(String,String,String,ComputePolicy)
id: update(String,String,String,ComputePolicy)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: update(String resourceGroupName, String accountName, String computePolicyName, ComputePolicy parameters)
nameWithType: ComputePolicies.update(String resourceGroupName, String accountName, String computePolicyName, ComputePolicy parameters)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.update(String resourceGroupName, String accountName, String computePolicyName, ComputePolicy parameters)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.update*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 136
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Updates the specified compute policy.</p>
<p></p>
syntax:
content: public ComputePolicy update(String resourceGroupName, String accountName, String computePolicyName, ComputePolicy parameters)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account to which to update the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to update. </p>
- id: parameters
type: com.microsoft.azure.management.datalake.analytics.models._compute_policy
description: <p>Parameters supplied to update the compute policy. </p>
return:
type: com.microsoft.azure.management.datalake.analytics.models._compute_policy
description: <p>the ComputePolicy object if successful. </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- type: dc385fd4
description: <p>thrown if the request is rejected by server </p>
- type: 9b2a4515
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.updateAsync(String,String,String)
id: updateAsync(String,String,String)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: updateAsync(String resourceGroupName, String accountName, String computePolicyName)
nameWithType: ComputePolicies.updateAsync(String resourceGroupName, String accountName, String computePolicyName)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.updateAsync(String resourceGroupName, String accountName, String computePolicyName)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.updateAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 112
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Updates the specified compute policy.</p>
<p></p>
syntax:
content: public Observable<ComputePolicy> updateAsync(String resourceGroupName, String accountName, String computePolicyName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account to which to update the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to update. </p>
return:
type: c2d0e8c6com.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
description: <p>the observable to the ComputePolicy object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.updateAsync(String,String,String,ComputePolicy)
id: updateAsync(String,String,String,ComputePolicy)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: updateAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicy parameters)
nameWithType: ComputePolicies.updateAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicy parameters)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.updateAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicy parameters)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.updateAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 161
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Updates the specified compute policy.</p>
<p></p>
syntax:
content: public Observable<ComputePolicy> updateAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicy parameters)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account to which to update the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to update. </p>
- id: parameters
type: com.microsoft.azure.management.datalake.analytics.models._compute_policy
description: <p>Parameters supplied to update the compute policy. </p>
return:
type: c2d0e8c6com.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
description: <p>the observable to the ComputePolicy object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.updateAsync(String,String,String,ComputePolicy,final ServiceCallback<ComputePolicy>)
id: updateAsync(String,String,String,ComputePolicy,final ServiceCallback<ComputePolicy>)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: updateAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicy parameters, final ServiceCallback<ComputePolicy> serviceCallback)
nameWithType: ComputePolicies.updateAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicy parameters, final ServiceCallback<ComputePolicy> serviceCallback)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.updateAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicy parameters, final ServiceCallback<ComputePolicy> serviceCallback)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.updateAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 149
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Updates the specified compute policy.</p>
<p></p>
syntax:
content: public ServiceFuture<ComputePolicy> updateAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicy parameters, final ServiceCallback<ComputePolicy> serviceCallback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account to which to update the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to update. </p>
- id: parameters
type: com.microsoft.azure.management.datalake.analytics.models._compute_policy
description: <p>Parameters supplied to update the compute policy. </p>
- id: serviceCallback
type: 897eb10acom.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
return:
type: c522ce07com.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.updateAsync(String,String,String,final ServiceCallback<ComputePolicy>)
id: updateAsync(String,String,String,final ServiceCallback<ComputePolicy>)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: updateAsync(String resourceGroupName, String accountName, String computePolicyName, final ServiceCallback<ComputePolicy> serviceCallback)
nameWithType: ComputePolicies.updateAsync(String resourceGroupName, String accountName, String computePolicyName, final ServiceCallback<ComputePolicy> serviceCallback)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.updateAsync(String resourceGroupName, String accountName, String computePolicyName, final ServiceCallback<ComputePolicy> serviceCallback)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.updateAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 101
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Updates the specified compute policy.</p>
<p></p>
syntax:
content: public ServiceFuture<ComputePolicy> updateAsync(String resourceGroupName, String accountName, String computePolicyName, final ServiceCallback<ComputePolicy> serviceCallback)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account to which to update the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to update. </p>
- id: serviceCallback
type: 897eb10acom.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
return:
type: c522ce07com.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.updateWithServiceResponseAsync(String,String,String)
id: updateWithServiceResponseAsync(String,String,String)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: updateWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName)
nameWithType: ComputePolicies.updateWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.updateWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.updateWithServiceResponseAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 123
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Updates the specified compute policy.</p>
<p></p>
syntax:
content: public Observable<ServiceResponse<ComputePolicy>> updateWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account to which to update the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to update. </p>
return:
type: fc480ba2com.microsoft.azure.management.datalake.analytics.models._compute_policye7daa122
description: <p>the observable to the ComputePolicy object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.updateWithServiceResponseAsync(String,String,String,ComputePolicy)
id: updateWithServiceResponseAsync(String,String,String,ComputePolicy)
parent: com.microsoft.azure.management.datalake.analytics._compute_policies
href: com.microsoft.azure.management.datalake.analytics._compute_policies.yml
langs:
- java
name: updateWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicy parameters)
nameWithType: ComputePolicies.updateWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicy parameters)
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.updateWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicy parameters)
overload: com.microsoft.azure.management.datalake.analytics._compute_policies.updateWithServiceResponseAsync*
type: Method
source:
remote: *o0
path: azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java
startLine: 173
package: com.microsoft.azure.management.datalake.analytics
summary: >-
<p>Updates the specified compute policy.</p>
<p></p>
syntax:
content: public Observable<ServiceResponse<ComputePolicy>> updateWithServiceResponseAsync(String resourceGroupName, String accountName, String computePolicyName, ComputePolicy parameters)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>The name of the Azure resource group that contains the Data Lake Analytics account. </p>
- id: accountName
type: "26831127"
description: <p>The name of the Data Lake Analytics account to which to update the compute policy. </p>
- id: computePolicyName
type: "26831127"
description: <p>The name of the compute policy to update. </p>
- id: parameters
type: com.microsoft.azure.management.datalake.analytics.models._compute_policy
description: <p>Parameters supplied to update the compute policy. </p>
return:
type: fc480ba2com.microsoft.azure.management.datalake.analytics.models._compute_policye7daa122
description: <p>the observable to the ComputePolicy object </p>
exceptions:
- type: 3c87bd19
description: <p>thrown if parameters fail the validation </p>
references:
- uid: 3c87bd19
spec.java:
- name: IllegalArgumentException
fullName: IllegalArgumentException
- uid: dc385fd4
spec.java:
- name: CloudException
fullName: CloudException
- uid: 9b2a4515
spec.java:
- name: RuntimeException
fullName: RuntimeException
- uid: "26831127"
spec.java:
- name: String
fullName: String
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.createOrUpdate*
name: createOrUpdate
nameWithType: ComputePolicies.createOrUpdate
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.createOrUpdate
package: com.microsoft.azure.management.datalake.analytics
- uid: 897eb10acom.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
spec.java:
- name: final ServiceCallback<
fullName: final ServiceCallback<
- uid: com.microsoft.azure.management.datalake.analytics.models._compute_policy
name: ComputePolicy
fullName: com.microsoft.azure.management.datalake.analytics.models.ComputePolicy
href: com.microsoft.azure.management.datalake.analytics.models._compute_policy.yml
- name: '>'
fullName: '>'
- uid: c522ce07com.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
spec.java:
- name: ServiceFuture<
fullName: ServiceFuture<
- uid: com.microsoft.azure.management.datalake.analytics.models._compute_policy
name: ComputePolicy
fullName: com.microsoft.azure.management.datalake.analytics.models.ComputePolicy
href: com.microsoft.azure.management.datalake.analytics.models._compute_policy.yml
- name: '>'
fullName: '>'
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.createOrUpdateAsync*
name: createOrUpdateAsync
nameWithType: ComputePolicies.createOrUpdateAsync
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.createOrUpdateAsync
package: com.microsoft.azure.management.datalake.analytics
- uid: c2d0e8c6com.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
spec.java:
- name: Observable<
fullName: Observable<
- uid: com.microsoft.azure.management.datalake.analytics.models._compute_policy
name: ComputePolicy
fullName: com.microsoft.azure.management.datalake.analytics.models.ComputePolicy
href: com.microsoft.azure.management.datalake.analytics.models._compute_policy.yml
- name: '>'
fullName: '>'
- uid: fc480ba2com.microsoft.azure.management.datalake.analytics.models._compute_policye7daa122
spec.java:
- name: Observable<ServiceResponse<
fullName: Observable<ServiceResponse<
- uid: com.microsoft.azure.management.datalake.analytics.models._compute_policy
name: ComputePolicy
fullName: com.microsoft.azure.management.datalake.analytics.models.ComputePolicy
href: com.microsoft.azure.management.datalake.analytics.models._compute_policy.yml
- name: '>>'
fullName: '>>'
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.createOrUpdateWithServiceResponseAsync*
name: createOrUpdateWithServiceResponseAsync
nameWithType: ComputePolicies.createOrUpdateWithServiceResponseAsync
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.createOrUpdateWithServiceResponseAsync
package: com.microsoft.azure.management.datalake.analytics
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.update*
name: update
nameWithType: ComputePolicies.update
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.update
package: com.microsoft.azure.management.datalake.analytics
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.updateAsync*
name: updateAsync
nameWithType: ComputePolicies.updateAsync
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.updateAsync
package: com.microsoft.azure.management.datalake.analytics
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.updateWithServiceResponseAsync*
name: updateWithServiceResponseAsync
nameWithType: ComputePolicies.updateWithServiceResponseAsync
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.updateWithServiceResponseAsync
package: com.microsoft.azure.management.datalake.analytics
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.delete*
name: delete
nameWithType: ComputePolicies.delete
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.delete
package: com.microsoft.azure.management.datalake.analytics
- uid: 1c186eb5
spec.java:
- name: final ServiceCallback<Void>
fullName: final ServiceCallback<Void>
- uid: aa81d378
spec.java:
- name: ServiceFuture<Void>
fullName: ServiceFuture<Void>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.deleteAsync*
name: deleteAsync
nameWithType: ComputePolicies.deleteAsync
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.deleteAsync
package: com.microsoft.azure.management.datalake.analytics
- uid: dcd884b2
spec.java:
- name: Observable<Void>
fullName: Observable<Void>
- uid: 27015fa1
spec.java:
- name: Observable<ServiceResponse<Void>>
fullName: Observable<ServiceResponse<Void>>
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.deleteWithServiceResponseAsync*
name: deleteWithServiceResponseAsync
nameWithType: ComputePolicies.deleteWithServiceResponseAsync
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.deleteWithServiceResponseAsync
package: com.microsoft.azure.management.datalake.analytics
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.get*
name: get
nameWithType: ComputePolicies.get
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.get
package: com.microsoft.azure.management.datalake.analytics
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.getAsync*
name: getAsync
nameWithType: ComputePolicies.getAsync
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.getAsync
package: com.microsoft.azure.management.datalake.analytics
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.getWithServiceResponseAsync*
name: getWithServiceResponseAsync
nameWithType: ComputePolicies.getWithServiceResponseAsync
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.getWithServiceResponseAsync
package: com.microsoft.azure.management.datalake.analytics
- uid: 3d93591e
spec.java:
- name: final String
fullName: final String
- uid: 36b27be0com.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
spec.java:
- name: PagedList<
fullName: PagedList<
- uid: com.microsoft.azure.management.datalake.analytics.models._compute_policy
name: ComputePolicy
fullName: com.microsoft.azure.management.datalake.analytics.models.ComputePolicy
href: com.microsoft.azure.management.datalake.analytics.models._compute_policy.yml
- name: '>'
fullName: '>'
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccount*
name: listByAccount
nameWithType: ComputePolicies.listByAccount
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.listByAccount
package: com.microsoft.azure.management.datalake.analytics
- uid: 3c4303efcom.microsoft.azure.management.datalake.analytics.models._compute_policya08ddfce
spec.java:
- name: final ListOperationCallback<
fullName: final ListOperationCallback<
- uid: com.microsoft.azure.management.datalake.analytics.models._compute_policy
name: ComputePolicy
fullName: com.microsoft.azure.management.datalake.analytics.models.ComputePolicy
href: com.microsoft.azure.management.datalake.analytics.models._compute_policy.yml
- name: '>'
fullName: '>'
- uid: b7698b59com.microsoft.azure.management.datalake.analytics.models._compute_policye7daa122
spec.java:
- name: ServiceFuture<List<
fullName: ServiceFuture<List<
- uid: com.microsoft.azure.management.datalake.analytics.models._compute_policy
name: ComputePolicy
fullName: com.microsoft.azure.management.datalake.analytics.models.ComputePolicy
href: com.microsoft.azure.management.datalake.analytics.models._compute_policy.yml
- name: '>>'
fullName: '>>'
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountAsync*
name: listByAccountAsync
nameWithType: ComputePolicies.listByAccountAsync
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.listByAccountAsync
package: com.microsoft.azure.management.datalake.analytics
- uid: 32da0907com.microsoft.azure.management.datalake.analytics.models._compute_policye7daa122
spec.java:
- name: Observable<Page<
fullName: Observable<Page<
- uid: com.microsoft.azure.management.datalake.analytics.models._compute_policy
name: ComputePolicy
fullName: com.microsoft.azure.management.datalake.analytics.models.ComputePolicy
href: com.microsoft.azure.management.datalake.analytics.models._compute_policy.yml
- name: '>>'
fullName: '>>'
- uid: f9d74917com.microsoft.azure.management.datalake.analytics.models._compute_policy2646ccb0
spec.java:
- name: Observable<ServiceResponse<Page<
fullName: Observable<ServiceResponse<Page<
- uid: com.microsoft.azure.management.datalake.analytics.models._compute_policy
name: ComputePolicy
fullName: com.microsoft.azure.management.datalake.analytics.models.ComputePolicy
href: com.microsoft.azure.management.datalake.analytics.models._compute_policy.yml
- name: '>>>'
fullName: '>>>'
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountWithServiceResponseAsync*
name: listByAccountWithServiceResponseAsync
nameWithType: ComputePolicies.listByAccountWithServiceResponseAsync
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.listByAccountWithServiceResponseAsync
package: com.microsoft.azure.management.datalake.analytics
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountNext*
name: listByAccountNext
nameWithType: ComputePolicies.listByAccountNext
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.listByAccountNext
package: com.microsoft.azure.management.datalake.analytics
- uid: bd82102acom.microsoft.azure.management.datalake.analytics.models._compute_policye7daa122
spec.java:
- name: final ServiceFuture<List<
fullName: final ServiceFuture<List<
- uid: com.microsoft.azure.management.datalake.analytics.models._compute_policy
name: ComputePolicy
fullName: com.microsoft.azure.management.datalake.analytics.models.ComputePolicy
href: com.microsoft.azure.management.datalake.analytics.models._compute_policy.yml
- name: '>>'
fullName: '>>'
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountNextAsync*
name: listByAccountNextAsync
nameWithType: ComputePolicies.listByAccountNextAsync
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.listByAccountNextAsync
package: com.microsoft.azure.management.datalake.analytics
- uid: com.microsoft.azure.management.datalake.analytics._compute_policies.listByAccountNextWithServiceResponseAsync*
name: listByAccountNextWithServiceResponseAsync
nameWithType: ComputePolicies.listByAccountNextWithServiceResponseAsync
fullName: com.microsoft.azure.management.datalake.analytics.ComputePolicies.listByAccountNextWithServiceResponseAsync
package: com.microsoft.azure.management.datalake.analytics
- uid: com.microsoft.azure.management.datalake.analytics.models._compute_policy
parent: com.microsoft.azure.management.datalake.analytics.models
href: com.microsoft.azure.management.datalake.analytics.models._compute_policy.yml
name: ComputePolicy
nameWithType: ComputePolicy
fullName: com.microsoft.azure.management.datalake.analytics.models.ComputePolicy
type: Class
summary: <p>The parameters used to create a new compute policy. </p>
syntax:
content: public class ComputePolicy
- uid: com.microsoft.azure.management.datalake.analytics.models._compute_policy_create_or_update_parameters
parent: com.microsoft.azure.management.datalake.analytics.models
href: com.microsoft.azure.management.datalake.analytics.models._compute_policy_create_or_update_parameters.yml
name: ComputePolicyCreateOrUpdateParameters
nameWithType: ComputePolicyCreateOrUpdateParameters
fullName: com.microsoft.azure.management.datalake.analytics.models.ComputePolicyCreateOrUpdateParameters
type: Class
summary: <p>The parameters used to create a new compute policy. </p>
syntax:
content: public class ComputePolicyCreateOrUpdateParameters