AzureVmDiskDetails interface
Disk details for E2A provider.
Properties
custom |
The custom target Azure disk name. |
disk |
The DiskEncryptionSet ARM ID. |
disk |
The disk resource id. |
lun |
Ordinal\LunId of the disk for the Azure VM. |
max |
Max side in MB. |
target |
Blob uri of the Azure disk. |
target |
The target Azure disk name. |
vhd |
The VHD id. |
vhd |
VHD name. |
vhd |
VHD type. |
Property Details
customTargetDiskName
The custom target Azure disk name.
customTargetDiskName?: string
Property Value
string
diskEncryptionSetId
The DiskEncryptionSet ARM ID.
diskEncryptionSetId?: string
Property Value
string
diskId
The disk resource id.
diskId?: string
Property Value
string
lunId
Ordinal\LunId of the disk for the Azure VM.
lunId?: string
Property Value
string
maxSizeMB
Max side in MB.
maxSizeMB?: string
Property Value
string
targetDiskLocation
Blob uri of the Azure disk.
targetDiskLocation?: string
Property Value
string
targetDiskName
The target Azure disk name.
targetDiskName?: string
Property Value
string
vhdId
The VHD id.
vhdId?: string
Property Value
string
vhdName
VHD name.
vhdName?: string
Property Value
string
vhdType
VHD type.
vhdType?: string
Property Value
string