Gen2StorageConfigurationInputArgs

data class Gen2StorageConfigurationInputArgs(val accountName: Output<String>, val managementKey: Output<String>) : ConvertibleToJava<Gen2StorageConfigurationInputArgs>

The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data.

Constructors

Link copied to clipboard
constructor(accountName: Output<String>, managementKey: Output<String>)

Properties

Link copied to clipboard
val accountName: Output<String>

The name of the storage account that will hold the environment's Gen2 data.

Link copied to clipboard
val managementKey: Output<String>

The value of the management key that grants the Time Series Insights service write access to the storage account. This property is not shown in environment responses.

Functions

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