ExportResourceUsageParameters Class

The parameters of the export operation.

Inheritance
ExportResourceUsageParameters

Constructor

ExportResourceUsageParameters(*, blob_storage_absolute_sas_uri: Optional[str] = None, usage_start_date: Optional[datetime.datetime] = None, **kwargs)

Parameters

blob_storage_absolute_sas_uri
str
Required

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

usage_start_date
datetime
Required

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