IVMwareCbtUpdateMigrationItemInput Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VMwareCbtUpdateMigrationItemInputTypeConverter))]
public interface IVMwareCbtUpdateMigrationItemInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IUpdateMigrationItemProviderSpecificInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VMwareCbtUpdateMigrationItemInputTypeConverter))>]
type IVMwareCbtUpdateMigrationItemInput = interface
interface IJsonSerializable
interface IUpdateMigrationItemProviderSpecificInput
Public Interface IVMwareCbtUpdateMigrationItemInput
Implements IUpdateMigrationItemProviderSpecificInput
- Derived
- Attributes
- Implements
Properties
InstanceType |
The class type. (Inherited from IUpdateMigrationItemProviderSpecificInput) |
LicenseType |
The license type. |
PerformAutoResync |
A value indicating whether auto resync is to be done. |
SqlServerLicenseType |
The SQL Server license type. |
TargetAvailabilitySetId |
The target availability set ARM Id. |
TargetAvailabilityZone |
The target availability zone. |
TargetBootDiagnosticsStorageAccountId |
The target boot diagnostics storage account ARM Id. |
TargetDiskTag |
The tags for the target disks. |
TargetNetworkId |
The target network ARM Id. |
TargetNicTag |
The tags for the target NICs. |
TargetProximityPlacementGroupId |
The target proximity placement group ARM Id. |
TargetResourceGroupId |
The target resource group ARM Id. |
TargetVMName |
The target VM name. |
TargetVMSize |
The target VM size. |
TargetVMTag |
The target VM tags. |
TestNetworkId |
The test network ARM Id. |
VMDisk |
The list of disk update properties. |
VMNic |
The list of NIC details. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |