Delen via


BillingSubscriptionsOperationsExtensions.ListByBillingAccount Methode

Definitie

Hiermee worden de abonnementen voor een factureringsrekening weergegeven. De bewerking wordt ondersteund voor factureringsaccounts met het type overeenkomst Microsoft-klantovereenkomst of Microsoft Partner-overeenkomst. https://docs.microsoft.com/en-us/rest/api/billing/

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

Parameters

operations
IBillingSubscriptionsOperations

De bewerkingsgroep voor deze extensiemethode.

billingAccountName
String

De id die een factureringsrekening uniek identificeert.

Retouren

Van toepassing op