ReportDeliveryDestinationArgs

data class ReportDeliveryDestinationArgs(val container: Output<String>, val resourceId: Output<String>, val rootFolderPath: Output<String>? = null) : ConvertibleToJava<ReportDeliveryDestinationArgs>

The destination information for the delivery of the report.

Constructors

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

Properties

Link copied to clipboard
val container: Output<String>

The name of the container where reports will be uploaded.

Link copied to clipboard
val resourceId: Output<String>

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

Link copied to clipboard
val rootFolderPath: Output<String>? = null

The name of the directory where reports will be uploaded.

Functions

Link copied to clipboard
open override fun toJava(): ReportDeliveryDestinationArgs