ICustomersOperations Interface
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.
CustomersOperations operations.
public interface ICustomersOperations
type ICustomersOperations = interface
Public Interface ICustomersOperations
Methods
Extension 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
Azure SDK for .NET