ReportDeliveryDestinationResponse

data class ReportDeliveryDestinationResponse(val container: String, val resourceId: String, val rootFolderPath: String? = null)

The destination information for the delivery of the report.

Constructors

Link copied to clipboard
constructor(container: String, resourceId: String, rootFolderPath: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the container where reports will be uploaded.

Link copied to clipboard

The resource id of the storage account where reports will be delivered.

Link copied to clipboard
val rootFolderPath: String? = null

The name of the directory where reports will be uploaded.