DataCollectionRuleDestinationsStorageTableDirectArgs

data class DataCollectionRuleDestinationsStorageTableDirectArgs(val name: Output<String>, val storageAccountId: Output<String>, val tableName: Output<String>) : ConvertibleToJava<DataCollectionRuleDestinationsStorageTableDirectArgs>

Constructors

constructor(name: Output<String>, storageAccountId: Output<String>, tableName: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name which should be used for this 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: Output<String>

The Storage Table name.

Functions

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