InteractiveQueryClusterStorageAccountGen2Args

data class InteractiveQueryClusterStorageAccountGen2Args(val filesystemId: Output<String>, val isDefault: Output<Boolean>, val managedIdentityResourceId: Output<String>, val storageResourceId: Output<String>) : ConvertibleToJava<InteractiveQueryClusterStorageAccountGen2Args>

Constructors

constructor(filesystemId: Output<String>, isDefault: Output<Boolean>, managedIdentityResourceId: Output<String>, storageResourceId: Output<String>)

Properties

Link copied to clipboard
val filesystemId: Output<String>

The ID of the Gen2 Filesystem. Changing this forces a new resource to be created.

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 ID of Managed Identity to use for accessing the Gen2 filesystem. Changing this forces a new resource to be created.

Link copied to clipboard

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

Functions

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