ManagedDiskDetailsArgs

data class ManagedDiskDetailsArgs(val dataAccountType: Output<String>, val resourceGroupId: Output<String>, val sharePassword: Output<String>? = null, val stagingStorageAccountId: Output<String>) : ConvertibleToJava<ManagedDiskDetailsArgs>

Details of the managed disks.

Constructors

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

Properties

Link copied to clipboard
val dataAccountType: Output<String>

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

Link copied to clipboard
val resourceGroupId: Output<String>

Resource Group Id of the compute disks.

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

Resource Id of the storage account that can be used to copy the vhd for staging.

Functions

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