IComputePoliciesOperations Interface

Definition

ComputePoliciesOperations operations.

public interface IComputePoliciesOperations
type IComputePoliciesOperations = interface
Public Interface IComputePoliciesOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, ComputePolicyCreateOrUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

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

CreateOrUpdateWithHttpMessagesAsync(String, String, String, CreateOrUpdateComputePolicyParameters, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified compute policy from the specified Data Lake Analytics account

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the specified Data Lake Analytics compute policy.

ListByAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies

ListByAccountWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies

UpdateWithHttpMessagesAsync(String, String, String, ComputePolicy, Dictionary<String,List<String>>, CancellationToken)

Updates the specified compute policy.

UpdateWithHttpMessagesAsync(String, String, String, UpdateComputePolicyParameters, Dictionary<String,List<String>>, CancellationToken)

Updates the specified compute policy.

Extension Methods

CreateOrUpdate(IComputePoliciesOperations, String, String, String, ComputePolicyCreateOrUpdateParameters)

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

CreateOrUpdate(IComputePoliciesOperations, String, String, String, CreateOrUpdateComputePolicyParameters)

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

CreateOrUpdateAsync(IComputePoliciesOperations, String, String, String, ComputePolicyCreateOrUpdateParameters, CancellationToken)

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

CreateOrUpdateAsync(IComputePoliciesOperations, String, String, String, CreateOrUpdateComputePolicyParameters, CancellationToken)

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

Delete(IComputePoliciesOperations, String, String, String)

Deletes the specified compute policy from the specified Data Lake Analytics account

DeleteAsync(IComputePoliciesOperations, String, String, String, CancellationToken)

Deletes the specified compute policy from the specified Data Lake Analytics account

Get(IComputePoliciesOperations, String, String, String)

Gets the specified Data Lake Analytics compute policy.

GetAsync(IComputePoliciesOperations, String, String, String, CancellationToken)

Gets the specified Data Lake Analytics compute policy.

ListByAccount(IComputePoliciesOperations, String, String)

Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies

ListByAccountAsync(IComputePoliciesOperations, String, String, CancellationToken)

Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies

ListByAccountNext(IComputePoliciesOperations, String)

Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies

ListByAccountNextAsync(IComputePoliciesOperations, String, CancellationToken)

Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies

Update(IComputePoliciesOperations, String, String, String, ComputePolicy)

Updates the specified compute policy.

Update(IComputePoliciesOperations, String, String, String, UpdateComputePolicyParameters)

Updates the specified compute policy.

UpdateAsync(IComputePoliciesOperations, String, String, String, ComputePolicy, CancellationToken)

Updates the specified compute policy.

UpdateAsync(IComputePoliciesOperations, String, String, String, UpdateComputePolicyParameters, CancellationToken)

Updates the specified compute policy.

Applies to