Dela via


CustomersOperationsExtensions.GetAsync Metod

Definition

Hämtar en kund efter sitt ID. Åtgärden stöds endast för faktureringskonton med avtalstyp Microsoft-partneravtal. 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)

Parametrar

operations
ICustomersOperations

Åtgärdsgruppen för den här tilläggsmetoden.

billingAccountName
String

Det ID som unikt identifierar ett faktureringskonto.

customerName
String

Det ID som unikt identifierar en kund.

expand
String

Kan användas för att expandera aktiveradeAzurePlans och återförsäljare

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Gäller för