StorageTableDestinationResponse

data class StorageTableDestinationResponse(val name: String? = null, val storageAccountResourceId: String? = null, val tableName: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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.

Link copied to clipboard
val tableName: String? = null

The name of the Storage Table.