PoliciesOperationsExtensions Class

Definition

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