InteractiveQueryClusterStorageAccount

data class InteractiveQueryClusterStorageAccount(val isDefault: Boolean, val storageAccountKey: String, val storageContainerId: String, val storageResourceId: String? = null)

Constructors

Link copied to clipboard
constructor(isDefault: Boolean, storageAccountKey: String, storageContainerId: String, storageResourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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