GenerateReservationDetailsReportOperations Class

GenerateReservationDetailsReportOperations operations.

You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.

Inheritance
builtins.object
GenerateReservationDetailsReportOperations

Constructor

GenerateReservationDetailsReportOperations(client, config, serializer, deserializer)

Parameters

client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

An object model deserializer.

Variables

models

Alias to model classes used in this operation group.

Methods

begin_by_billing_account_id

Generates the reservations details report for provided date range asynchronously based on enrollment id.

begin_by_billing_profile_id

Generates the reservations details report for provided date range asynchronously by billing profile.

begin_by_billing_account_id

Generates the reservations details report for provided date range asynchronously based on enrollment id.

begin_by_billing_account_id(billing_account_id: str, start_date: str, end_date: str, **kwargs: Any) -> LROPoller[_models.OperationStatus]

Parameters

billing_account_id
str
Required

Enrollment ID (Legacy BillingAccount ID).

start_date
str
Required

Start Date.

end_date
str
Required

End Date.

cls
callable

A custom type or function that will be passed the direct response

continuation_token
str

A continuation token to restart a poller from a saved state.

polling
bool or PollingMethod

By default, your polling method will be ARMPolling. Pass in False for this operation to not poll, or pass in your own initialized polling object for a personal polling strategy.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Returns

An instance of LROPoller that returns either OperationStatus or the result of cls(response)

Return type

Exceptions

begin_by_billing_profile_id

Generates the reservations details report for provided date range asynchronously by billing profile.

begin_by_billing_profile_id(billing_account_id: str, billing_profile_id: str, start_date: str, end_date: str, **kwargs: Any) -> LROPoller[_models.OperationStatus]

Parameters

billing_account_id
str
Required

BillingAccount ID.

billing_profile_id
str
Required

BillingProfile ID.

start_date
str
Required

Start Date.

end_date
str
Required

End Date.

cls
callable

A custom type or function that will be passed the direct response

continuation_token
str

A continuation token to restart a poller from a saved state.

polling
bool or PollingMethod

By default, your polling method will be ARMPolling. Pass in False for this operation to not poll, or pass in your own initialized polling object for a personal polling strategy.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Returns

An instance of LROPoller that returns either OperationStatus or the result of cls(response)

Return type

Exceptions

Attributes

models

models = <module 'azure.mgmt.costmanagement.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\costmanagement\\models\\__init__.py'>