ComputePoliciesOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for ComputePoliciesOperations.
public static class ComputePoliciesOperationsExtensions
type ComputePoliciesOperationsExtensions = class
Public Module ComputePoliciesOperationsExtensions
- Inheritance
-
ComputePoliciesOperationsExtensions
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
Azure SDK for .NET