DataCollectionRuleDestinationsStorageBlobArgs

data class DataCollectionRuleDestinationsStorageBlobArgs(val containerName: Output<String>, val name: Output<String>, val storageAccountId: Output<String>) : ConvertibleToJava<DataCollectionRuleDestinationsStorageBlobArgs>

Constructors

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

Properties

Link copied to clipboard
val containerName: Output<String>

The Storage Container name.

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.

Functions

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