Freigeben über


ProductsOperationsExtensions.ListByCustomerAsync Methode

Definition

Listet die Produkte für einen Kunden auf. Dazu gehören keine Produkte, die basierend auf der Nutzung abgerechnet werden. Der Vorgang wird nur für Abrechnungskonten mit dem Vertragstyp Microsoft Partner-Vereinbarung unterstützt. https://docs.microsoft.com/en-us/rest/api/billing/

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

Parameter

operations
IProductsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

billingAccountName
String

Die ID, die ein Abrechnungskonto eindeutig identifiziert.

customerName
String

Die ID, die einen Kunden eindeutig identifiziert.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: