ExportResourceUsageParameters interface

The parameters of the export operation.

Properties

blobStorageAbsoluteSasUri

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

usageStartDate

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

Property Details

blobStorageAbsoluteSasUri

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

blobStorageAbsoluteSasUri?: string

Property Value

string

usageStartDate

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

usageStartDate?: Date

Property Value

Date