storage Blob Directs
suspend fun storageBlobDirects(value: Output<List<DataCollectionRuleDestinationsStorageBlobDirectArgs>>)
Parameters
value
One or more storage_blob_direct
blocks as defined below.
suspend fun storageBlobDirects(vararg values: Output<DataCollectionRuleDestinationsStorageBlobDirectArgs>)
suspend fun storageBlobDirects(values: List<Output<DataCollectionRuleDestinationsStorageBlobDirectArgs>>)
Parameters
values
One or more storage_blob_direct
blocks as defined below.
suspend fun storageBlobDirects(argument: List<suspend DataCollectionRuleDestinationsStorageBlobDirectArgsBuilder.() -> Unit>)
suspend fun storageBlobDirects(vararg argument: suspend DataCollectionRuleDestinationsStorageBlobDirectArgsBuilder.() -> Unit)
suspend fun storageBlobDirects(argument: suspend DataCollectionRuleDestinationsStorageBlobDirectArgsBuilder.() -> Unit)
Parameters
argument
One or more storage_blob_direct
blocks as defined below.