VMwareCbtUpdateMigrationItemInput interface
VMwareCbt specific update migration item input.
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
license |
The license type. |
perform |
A value indicating whether auto resync is to be done. |
sql |
The SQL Server license type. |
target |
The target availability set ARM Id. |
target |
The target availability zone. |
target |
The target boot diagnostics storage account ARM Id. |
target |
The tags for the target disks. |
target |
The target network ARM Id. |
target |
The tags for the target NICs. |
target |
The target proximity placement group ARM Id. |
target |
The target resource group ARM Id. |
target |
The target VM name. |
target |
The target VM size. |
target |
The target VM tags. |
test |
The test network ARM Id. |
vm |
The list of disk update properties. |
vm |
The list of NIC details. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "VMwareCbt"
Property Value
"VMwareCbt"
licenseType
The license type.
licenseType?: string
Property Value
string
performAutoResync
A value indicating whether auto resync is to be done.
performAutoResync?: string
Property Value
string
sqlServerLicenseType
The SQL Server license type.
sqlServerLicenseType?: string
Property Value
string
targetAvailabilitySetId
The target availability set ARM Id.
targetAvailabilitySetId?: string
Property Value
string
targetAvailabilityZone
The target availability zone.
targetAvailabilityZone?: string
Property Value
string
targetBootDiagnosticsStorageAccountId
The target boot diagnostics storage account ARM Id.
targetBootDiagnosticsStorageAccountId?: string
Property Value
string
targetDiskTags
The tags for the target disks.
targetDiskTags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
targetNetworkId
The target network ARM Id.
targetNetworkId?: string
Property Value
string
targetNicTags
The tags for the target NICs.
targetNicTags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
targetProximityPlacementGroupId
The target proximity placement group ARM Id.
targetProximityPlacementGroupId?: string
Property Value
string
targetResourceGroupId
The target resource group ARM Id.
targetResourceGroupId?: string
Property Value
string
targetVmName
The target VM name.
targetVmName?: string
Property Value
string
targetVmSize
The target VM size.
targetVmSize?: string
Property Value
string
targetVmTags
The target VM tags.
targetVmTags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
testNetworkId
The test network ARM Id.
testNetworkId?: string
Property Value
string
vmDisks
The list of disk update properties.
vmDisks?: VMwareCbtUpdateDiskInput[]