AutoStorageBasePropertiesArgs

data class AutoStorageBasePropertiesArgs(val authenticationMode: Output<AutoStorageAuthenticationMode>? = null, val nodeIdentityReference: Output<ComputeNodeIdentityReferenceArgs>? = null, val storageAccountId: Output<String>) : ConvertibleToJava<AutoStorageBasePropertiesArgs>

The properties related to the auto-storage account.

Constructors

Link copied to clipboard
constructor(authenticationMode: Output<AutoStorageAuthenticationMode>? = null, nodeIdentityReference: Output<ComputeNodeIdentityReferenceArgs>? = null, storageAccountId: Output<String>)

Properties

Link copied to clipboard

The authentication mode which the Batch service will use to manage the auto-storage account.

Link copied to clipboard

The identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage.

Link copied to clipboard

The resource ID of the storage account to be used for auto-storage account.

Functions

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