Partager via


ProductsOperationsExtensions.ListByCustomer Méthode

Définition

Répertorie les produits d’un client. Ceux-ci n’incluent pas les produits facturés en fonction de l’utilisation. L’opération est prise en charge uniquement pour les comptes de facturation avec le type de contrat Contrat Partenaire Microsoft. https://docs.microsoft.com/en-us/rest/api/billing/

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product> ListByCustomer (this Microsoft.Azure.Management.Billing.IProductsOperations operations, string billingAccountName, string customerName);
static member ListByCustomer : Microsoft.Azure.Management.Billing.IProductsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product>
<Extension()>
Public Function ListByCustomer (operations As IProductsOperations, billingAccountName As String, customerName As String) As IPage(Of Product)

Paramètres

operations
IProductsOperations

Groupe d’opérations pour cette méthode d’extension.

billingAccountName
String

ID qui identifie de façon unique un compte de facturation.

customerName
String

ID qui identifie un client de manière unique.

Retours

S’applique à