Sdílet prostřednictvím


BillingSubscriptionsOperationsExtensions.ListByCustomer Metoda

Definice

Zobrazí seznam předplatných pro zákazníka. Operace se podporuje jenom u fakturačních účtů s typem smlouvy Smlouva s partnerem Microsoftu. https://docs.microsoft.com/en-us/rest/api/billing/

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

Parametry

operations
IBillingSubscriptionsOperations

Skupina operací pro tuto metodu rozšíření.

billingAccountName
String

ID, které jednoznačně identifikuje fakturační účet.

customerName
String

ID, které jednoznačně identifikuje zákazníka.

Návraty

Platí pro