StorageBlobDestinationResponse

data class StorageBlobDestinationResponse(val containerName: String? = null, val name: String? = null, val storageAccountResourceId: String? = null)

Constructors

Link copied to clipboard
constructor(containerName: String? = null, name: String? = null, storageAccountResourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val containerName: String? = null

The container name of the Storage Blob.

Link copied to clipboard
val name: String? = null

A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule.

Link copied to clipboard

The resource ID of the storage account.