ExportResourceUsageParameters Class

The parameters of the export operation.

Constructor

ExportResourceUsageParameters(*, blob_storage_absolute_sas_uri: str | None = None, usage_start_date: datetime | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
blob_storage_absolute_sas_uri
str

The blob storage absolute sas uri with write permission to the container which the usage data needs to be uploaded to.

Default value: None
usage_start_date

The start time of the usage. If not provided, usage will be reported since the beginning of data collection.

Default value: None

Variables

Name Description
blob_storage_absolute_sas_uri
str

The blob storage absolute sas uri with write permission to the container which the usage data needs to be uploaded to.

usage_start_date

The start time of the usage. If not provided, usage will be reported since the beginning of data collection.