StorageAccountDetailsArgs

data class StorageAccountDetailsArgs(val dataAccountType: Output<String>, val sharePassword: Output<String>? = null, val storageAccountId: Output<String>) : ConvertibleToJava<StorageAccountDetailsArgs>

Details for the storage account.

Constructors

Link copied to clipboard
constructor(dataAccountType: Output<String>, sharePassword: Output<String>? = null, storageAccountId: Output<String>)

Properties

Link copied to clipboard
val dataAccountType: Output<String>

Account Type of the data to be transferred. Expected value is 'StorageAccount'.

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

Password for all the shares to be created on the device. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#\-$%^!+=;:_()]+

Link copied to clipboard

Storage Account Resource Id.

Functions

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