ManagedDiskDetails interface

Details of the managed disks.

Extends

Properties

dataAccountType

Polymorphic discriminator, which specifies the different types this object can be

resourceGroupId

Resource Group Id of the compute disks.

stagingStorageAccountId

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

Inherited Properties

sharePassword

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 : @#-$%^!+=;:_()]+

Property Details

dataAccountType

Polymorphic discriminator, which specifies the different types this object can be

dataAccountType: "ManagedDisk"

Property Value

"ManagedDisk"

resourceGroupId

Resource Group Id of the compute disks.

resourceGroupId: string

Property Value

string

stagingStorageAccountId

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

stagingStorageAccountId: string

Property Value

string

Inherited Property Details

sharePassword

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 : @#-$%^!+=;:_()]+

sharePassword?: string

Property Value

string

Inherited From DataAccountDetails.sharePassword