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)
Parameters
Name | Description |
---|---|
blob_storage_absolute_sas_uri
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
Required
|
The start time of the usage. If not provided, usage will be reported since the beginning of data collection. |
Keyword-Only Parameters
Name | Description |
---|---|
blob_storage_absolute_sas_uri
|
Default value: None
|
usage_start_date
|
Default value: None
|