PoliciesOperationsExtensions 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 PoliciesOperations.
public static class PoliciesOperationsExtensions
type PoliciesOperationsExtensions = class
Public Module PoliciesOperationsExtensions
- Inheritance
-
PoliciesOperationsExtensions
Methods
GetByBillingProfile(IPoliciesOperations, String, String) |
Lists the policies for a billing profile. This operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
GetByBillingProfileAsync(IPoliciesOperations, String, String, CancellationToken) |
Lists the policies for a billing profile. This operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
GetByCustomer(IPoliciesOperations, String, String) |
Lists the policies for a customer. This operation is supported only for billing accounts with agreement type Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
GetByCustomerAsync(IPoliciesOperations, String, String, CancellationToken) |
Lists the policies for a customer. This operation is supported only for billing accounts with agreement type Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
Update(IPoliciesOperations, String, String, Policy) |
Updates the policies for a billing profile. This operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. |
UpdateAsync(IPoliciesOperations, String, String, Policy, CancellationToken) |
Updates the policies for a billing profile. This operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. |
UpdateCustomer(IPoliciesOperations, String, String, CustomerPolicy) |
Updates the policies for a customer. This operation is supported only for billing accounts with agreement type Microsoft Partner Agreement. |
UpdateCustomerAsync(IPoliciesOperations, String, String, CustomerPolicy, CancellationToken) |
Updates the policies for a customer. This operation is supported only for billing accounts with agreement type Microsoft Partner Agreement. |
Applies to
Azure SDK for .NET