StorageTableDestinationArgs

data class StorageTableDestinationArgs(val name: Output<String>? = null, val storageAccountResourceId: Output<String>? = null, val tableName: Output<String>? = null) : ConvertibleToJava<StorageTableDestinationArgs>

Constructors

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

Properties

Link copied to clipboard
val name: Output<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
val storageAccountResourceId: Output<String>? = null

The resource ID of the storage account.

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

The name of the Storage Table.

Functions

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