BillingManagementClient Class
Billing client provides access to billing resources for Azure subscriptions.
- Inheritance
-
builtins.objectBillingManagementClient
Constructor
BillingManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
Parameters
Name | Description |
---|---|
credential
Required
|
Credential needed for the client to connect to Azure. Required. |
subscription_id
Required
|
The ID that uniquely identifies an Azure subscription. Required. |
base_url
|
Service URL. Default value is "https://management.azure.com". Default value: https://management.azure.com
|
Keyword-Only Parameters
Name | Description |
---|---|
polling_interval
|
Default waiting time between two polls for LRO operations if no Retry-After header is present. |
Variables
Name | Description |
---|---|
billing_accounts
|
BillingAccountsOperations operations |
address
|
AddressOperations operations |
available_balances
|
AvailableBalancesOperations operations |
instructions
|
InstructionsOperations operations |
billing_profiles
|
BillingProfilesOperations operations |
customers
|
CustomersOperations operations |
invoice_sections
|
InvoiceSectionsOperations operations |
billing_permissions
|
BillingPermissionsOperations operations |
billing_subscriptions
|
BillingSubscriptionsOperations operations |
products
|
ProductsOperations operations |
invoices
|
InvoicesOperations operations |
transactions
|
TransactionsOperations operations |
policies
|
PoliciesOperations operations |
billing_property
|
BillingPropertyOperations operations |
billing_role_definitions
|
BillingRoleDefinitionsOperations operations |
billing_role_assignments
|
BillingRoleAssignmentsOperations operations |
agreements
|
AgreementsOperations operations |
reservations
|
ReservationsOperations operations |
enrollment_accounts
|
EnrollmentAccountsOperations operations |
billing_periods
|
BillingPeriodsOperations operations |
operations
|
Operations operations |
Methods
close |
close
close() -> None
Azure SDK for Python