CustomersOperationsExtensions Class

Definition

Extension methods for CustomersOperations.

public static class CustomersOperationsExtensions
type CustomersOperationsExtensions = class
Public Module CustomersOperationsExtensions
Inheritance
CustomersOperationsExtensions

Methods

Get(ICustomersOperations, String, String, String)

Gets a customer by its ID. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

GetAsync(ICustomersOperations, String, String, String, CancellationToken)

Gets a customer by its ID. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingAccount(ICustomersOperations, String, String, String)

Lists the customers that are billed to a billing account. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingAccountAsync(ICustomersOperations, String, String, String, CancellationToken)

Lists the customers that are billed to a billing account. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingAccountNext(ICustomersOperations, String)

Lists the customers that are billed to a billing account. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingAccountNextAsync(ICustomersOperations, String, CancellationToken)

Lists the customers that are billed to a billing account. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingProfile(ICustomersOperations, String, String, String, String)

Lists the customers that are billed to a billing profile. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingProfileAsync(ICustomersOperations, String, String, String, String, CancellationToken)

Lists the customers that are billed to a billing profile. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingProfileNext(ICustomersOperations, String)

Lists the customers that are billed to a billing profile. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingProfileNextAsync(ICustomersOperations, String, CancellationToken)

Lists the customers that are billed to a billing profile. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

Applies to