Freigeben über


BillingManagementClient class

Extends

Konstruktoren

BillingManagementClient(TokenCredential, BillingManagementClientOptionalParams)
BillingManagementClient(TokenCredential, string, BillingManagementClientOptionalParams)

Initialisiert eine neue Instanz der BillingManagementClient-Klasse.

Eigenschaften

$host
address
agreements
apiVersion
associatedTenants
availableBalances
billingAccounts
billingPermissions
billingProfiles
billingPropertyOperations
billingRequests
billingRoleAssignments
billingRoleDefinitionOperations
billingSubscriptions
billingSubscriptionsAliases
customers
departments
enrollmentAccounts
invoices
invoiceSections
operations
partnerTransfers
paymentMethods
policies
products
recipientTransfers
reservationOrders
reservations
savingsPlanOrders
savingsPlans
subscriptionId
transactions
transfers

Geerbte Eigenschaften

pipeline

Die Pipeline, die von diesem Client verwendet wird, um Anforderungen zu stellen

Geerbte Methoden

sendOperationRequest<T>(OperationArguments, OperationSpec)

Senden Sie eine HTTP-Anforderung, die mit der bereitgestellten OperationSpec aufgefüllt wird.

sendRequest(PipelineRequest)

Senden Sie die bereitgestellte httpRequest.

Details zum Konstruktor

BillingManagementClient(TokenCredential, BillingManagementClientOptionalParams)

new BillingManagementClient(credentials: TokenCredential, options?: BillingManagementClientOptionalParams)

Parameter

credentials
TokenCredential

BillingManagementClient(TokenCredential, string, BillingManagementClientOptionalParams)

Initialisiert eine neue Instanz der BillingManagementClient-Klasse.

new BillingManagementClient(credentials: TokenCredential, subscriptionId: string, options?: BillingManagementClientOptionalParams)

Parameter

credentials
TokenCredential

Abonnementanmeldeinformationen, die das Clientabonnement eindeutig identifizieren.

subscriptionId

string

Die ID, die ein Abrechnungsabonnement eindeutig identifiziert.

options
BillingManagementClientOptionalParams

Die Parameteroptionen

Details zur Eigenschaft

$host

$host: string

Eigenschaftswert

string

address

address: Address

Eigenschaftswert

agreements

agreements: Agreements

Eigenschaftswert

apiVersion

apiVersion: string

Eigenschaftswert

string

associatedTenants

associatedTenants: AssociatedTenants

Eigenschaftswert

availableBalances

availableBalances: AvailableBalances

Eigenschaftswert

billingAccounts

billingAccounts: BillingAccounts

Eigenschaftswert

billingPermissions

billingPermissions: BillingPermissions

Eigenschaftswert

billingProfiles

billingProfiles: BillingProfiles

Eigenschaftswert

billingPropertyOperations

billingPropertyOperations: BillingPropertyOperations

Eigenschaftswert

billingRequests

billingRequests: BillingRequests

Eigenschaftswert

billingRoleAssignments

billingRoleAssignments: BillingRoleAssignments

Eigenschaftswert

billingRoleDefinitionOperations

billingRoleDefinitionOperations: BillingRoleDefinitionOperations

Eigenschaftswert

billingSubscriptions

billingSubscriptions: BillingSubscriptions

Eigenschaftswert

billingSubscriptionsAliases

billingSubscriptionsAliases: BillingSubscriptionsAliases

Eigenschaftswert

customers

customers: Customers

Eigenschaftswert

departments

departments: Departments

Eigenschaftswert

enrollmentAccounts

enrollmentAccounts: EnrollmentAccounts

Eigenschaftswert

invoices

invoices: Invoices

Eigenschaftswert

invoiceSections

invoiceSections: InvoiceSections

Eigenschaftswert

operations

operations: Operations

Eigenschaftswert

partnerTransfers

partnerTransfers: PartnerTransfers

Eigenschaftswert

paymentMethods

paymentMethods: PaymentMethods

Eigenschaftswert

policies

policies: Policies

Eigenschaftswert

products

products: Products

Eigenschaftswert

recipientTransfers

recipientTransfers: RecipientTransfers

Eigenschaftswert

reservationOrders

reservationOrders: ReservationOrders

Eigenschaftswert

reservations

reservations: Reservations

Eigenschaftswert

savingsPlanOrders

savingsPlanOrders: SavingsPlanOrders

Eigenschaftswert

savingsPlans

savingsPlans: SavingsPlans

Eigenschaftswert

subscriptionId

subscriptionId?: string

Eigenschaftswert

string

transactions

transactions: Transactions

Eigenschaftswert

transfers

transfers: Transfers

Eigenschaftswert

Geerbte Eigenschaftsdetails

pipeline

Die Pipeline, die von diesem Client verwendet wird, um Anforderungen zu stellen

pipeline: Pipeline

Eigenschaftswert

Geerbt von coreClient.ServiceClient.pipeline

Details zur geerbten Methode

sendOperationRequest<T>(OperationArguments, OperationSpec)

Senden Sie eine HTTP-Anforderung, die mit der bereitgestellten OperationSpec aufgefüllt wird.

function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>

Parameter

operationArguments
OperationArguments

Die Argumente, aus denen die vorlagenbasierten Werte der HTTP-Anforderung ausgefüllt werden.

operationSpec
OperationSpec

Die OperationSpec, die zum Auffüllen der httpRequest verwendet werden soll.

Gibt zurück

Promise<T>

Geerbt von coreClient.ServiceClient.sendOperationRequest

sendRequest(PipelineRequest)

Senden Sie die bereitgestellte httpRequest.

function sendRequest(request: PipelineRequest): Promise<PipelineResponse>

Parameter

request
PipelineRequest

Gibt zurück

Promise<PipelineResponse>

Geerbt von coreClient.ServiceClient.sendRequest