CustomersOperationsExtensions.Get Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera klienta według jego identyfikatora. Ta operacja jest obsługiwana tylko w przypadku kont rozliczeniowych z typem umowy 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
Parametry
- operations
- ICustomersOperations
Grupa operacji dla tej metody rozszerzenia.
- billingAccountName
- String
Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.
- customerName
- String
Identyfikator, który jednoznacznie identyfikuje klienta.
- expand
- String
Może służyć do rozszerzania enabledAzurePlans i odsprzedawców
Zwraca
Dotyczy
Azure SDK for .NET