Freigeben über


Charges interface

Schnittstelle, die eine Gebühren darstellt.

Methoden

list(string, ChargesListOptionalParams)

Listet die Gebühren basierend auf dem definierten Bereich auf.

Details zur Methode

list(string, ChargesListOptionalParams)

Listet die Gebühren basierend auf dem definierten Bereich auf.

function list(scope: string, options?: ChargesListOptionalParams): Promise<ChargesListResult>

Parameter

scope

string

Der Bereich, der Gebührenvorgängen zugeordnet ist. Dazu gehören "/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}" für den Bereich Abteilung und "/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}" für den Bereich EnrollmentAccount. Für Abteilungs- und Registrierungskonten können Sie dem Bereich auch den Abrechnungszeitraum mithilfe von "/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}" hinzufügen. Verwenden Sie z. B. zum Angeben des Abrechnungszeitraums im Bereich der Abteilung "/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}". Außerdem sind die Bereiche des modernen Commerce-Kontos "/providers/Microsoft.Billing/billingAccounts/{billingAccountId}" für den Bereich billingAccount. "/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}" für billingProfile-Bereich, "providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}" für den Bereich "invoiceSectionId}" und "providers/Microsoft. Billing/billingAccounts/{billingAccountId}/customers/{customerId}' spezifisch für Partner.

options
ChargesListOptionalParams

Die Optionsparameter.

Gibt zurück