InteractiveQueryClusterStorageAccountArgs

data class InteractiveQueryClusterStorageAccountArgs(val isDefault: Output<Boolean>, val storageAccountKey: Output<String>, val storageContainerId: Output<String>, val storageResourceId: Output<String>? = null) : ConvertibleToJava<InteractiveQueryClusterStorageAccountArgs>

Constructors

constructor(isDefault: Output<Boolean>, storageAccountKey: Output<String>, storageContainerId: Output<String>, storageResourceId: Output<String>? = null)

Properties

Link copied to clipboard
val isDefault: Output<Boolean>

Is this the Default Storage Account for the HDInsight Hadoop Cluster? Changing this forces a new resource to be created.

Link copied to clipboard

The Access Key which should be used to connect to the Storage Account. Changing this forces a new resource to be created.

Link copied to clipboard

The ID of the Storage Container. Changing this forces a new resource to be created.

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

The ID of the Storage Account. Changing this forces a new resource to be created.

Functions

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