ExportResourceUsageParameters Class
The parameters of the export operation.
- Inheritance
-
msrest.serialization.ModelExportResourceUsageParameters
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
Required
|
|
usage_start_date
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python