Dela via


CustomersOperationsExtensions.Get Metod

Definition

Hämtar en kund med 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 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

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

Returer

Gäller för