Freigeben über


BillingManagementClient class

Extends

Konstruktoren

BillingManagementClient(TokenCredential, string, BillingManagementClientOptionalParams)

Initialisiert eine neue Instanz der BillingManagementClient-Klasse.

Eigenschaften

$host
address
agreements
availableBalances
billingAccounts
billingPeriods
billingPermissions
billingProfiles
billingPropertyOperations
billingRoleAssignments
billingRoleDefinitions
billingSubscriptions
customers
enrollmentAccounts
instructions
invoices
invoiceSections
operations
policies
products
reservations
subscriptionId
transactions

Geerbte Eigenschaften

pipeline

Die Pipeline, die von diesem Client zum Senden von Anforderungen verwendet wird

Geerbte Methoden

sendOperationRequest<T>(OperationArguments, OperationSpec)

Senden Sie eine HTTP-Anforderung, die mithilfe der angegebenen OperationSpec aufgefüllt wird.

sendRequest(PipelineRequest)

Senden Sie die bereitgestellte httpRequest.

Details zum Konstruktor

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 Azure-Abonnement eindeutig identifiziert.

options
BillingManagementClientOptionalParams

Parameteroptionen

Details zur Eigenschaft

$host

$host: string

Eigenschaftswert

string

address

address: Address

Eigenschaftswert

agreements

agreements: Agreements

Eigenschaftswert

availableBalances

availableBalances: AvailableBalances

Eigenschaftswert

billingAccounts

billingAccounts: BillingAccounts

Eigenschaftswert

billingPeriods

billingPeriods: BillingPeriods

Eigenschaftswert

billingPermissions

billingPermissions: BillingPermissions

Eigenschaftswert

billingProfiles

billingProfiles: BillingProfiles

Eigenschaftswert

billingPropertyOperations

billingPropertyOperations: BillingPropertyOperations

Eigenschaftswert

billingRoleAssignments

billingRoleAssignments: BillingRoleAssignments

Eigenschaftswert

billingRoleDefinitions

billingRoleDefinitions: BillingRoleDefinitions

Eigenschaftswert

billingSubscriptions

billingSubscriptions: BillingSubscriptions

Eigenschaftswert

customers

customers: Customers

Eigenschaftswert

enrollmentAccounts

enrollmentAccounts: EnrollmentAccounts

Eigenschaftswert

instructions

instructions: Instructions

Eigenschaftswert

invoices

invoices: Invoices

Eigenschaftswert

invoiceSections

invoiceSections: InvoiceSections

Eigenschaftswert

operations

operations: Operations

Eigenschaftswert

policies

policies: Policies

Eigenschaftswert

products

products: Products

Eigenschaftswert

reservations

reservations: Reservations

Eigenschaftswert

subscriptionId

subscriptionId: string

Eigenschaftswert

string

transactions

transactions: Transactions

Eigenschaftswert

Geerbte Eigenschaftsdetails

pipeline

Die Pipeline, die von diesem Client zum Senden von Anforderungen verwendet wird

pipeline: Pipeline

Eigenschaftswert

Geerbt von coreClient.ServiceClient.pipeline

Details zur geerbten Methode

sendOperationRequest<T>(OperationArguments, OperationSpec)

Senden Sie eine HTTP-Anforderung, die mithilfe der angegebenen OperationSpec aufgefüllt wird.

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

Parameter

operationArguments
OperationArguments

Die Argumente, von denen die vorlagenbasierten Werte der HTTP-Anforderung aufgefüllt werden.

operationSpec
OperationSpec

Die OperationSpec, die zum Auffüllen von 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