CustomersOperationsExtensions.GetAsync Method

Definition

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/

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.Customer> GetAsync (this Microsoft.Azure.Management.Billing.ICustomersOperations operations, string billingAccountName, string customerName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Billing.ICustomersOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.Customer>
<Extension()>
Public Function GetAsync (operations As ICustomersOperations, billingAccountName As String, customerName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Customer)

Parameters

operations
ICustomersOperations

The operations group for this extension method.

billingAccountName
String

The ID that uniquely identifies a billing account.

customerName
String

The ID that uniquely identifies a customer.

expand
String

May be used to expand enabledAzurePlans and resellers

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to