CustomersOperationsExtensions.Get 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 Microsoft.Azure.Management.Billing.Models.Customer Get (this Microsoft.Azure.Management.Billing.ICustomersOperations operations, string billingAccountName, string customerName, string expand = default);
static member Get : Microsoft.Azure.Management.Billing.ICustomersOperations * string * string * string -> Microsoft.Azure.Management.Billing.Models.Customer
<Extension()>
Public Function Get (operations As ICustomersOperations, billingAccountName As String, customerName As String, Optional expand As String = Nothing) As 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

Returns

Applies to