VMwareCbtUpdateMigrationItemInput Class
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.
VMwareCbt specific update migration item input.
[Newtonsoft.Json.JsonObject("VMwareCbt")]
public class VMwareCbtUpdateMigrationItemInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateMigrationItemProviderSpecificInput
[<Newtonsoft.Json.JsonObject("VMwareCbt")>]
type VMwareCbtUpdateMigrationItemInput = class
inherit UpdateMigrationItemProviderSpecificInput
Public Class VMwareCbtUpdateMigrationItemInput
Inherits UpdateMigrationItemProviderSpecificInput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
VMwareCbtUpdateMigrationItemInput() |
Initializes a new instance of the VMwareCbtUpdateMigrationItemInput class. |
VMwareCbtUpdateMigrationItemInput(String, String, String, String, String, String, String, String, String, IList<VMwareCbtNicInput>, IList<VMwareCbtUpdateDiskInput>, String, String, String, IDictionary<String, String>, IDictionary<String,String>, IDictionary<String,String>) |
Initializes a new instance of the VMwareCbtUpdateMigrationItemInput class. |
Properties
LicenseType |
Gets or sets the license type. Possible values include: 'NotSpecified', 'NoLicenseType', 'WindowsServer' |
PerformAutoResync |
Gets or sets a value indicating whether auto resync is to be done. |
SqlServerLicenseType |
Gets or sets the SQL Server license type. Possible values include: 'NotSpecified', 'NoLicenseType', 'PAYG', 'AHUB' |
TargetAvailabilitySetId |
Gets or sets the target availability set ARM Id. |
TargetAvailabilityZone |
Gets or sets the target availability zone. |
TargetBootDiagnosticsStorageAccountId |
Gets or sets the target boot diagnostics storage account ARM Id. |
TargetDiskTags |
Gets or sets the tags for the target disks. |
TargetNetworkId |
Gets or sets the target network ARM Id. |
TargetNicTags |
Gets or sets the tags for the target NICs. |
TargetProximityPlacementGroupId |
Gets or sets the target proximity placement group ARM Id. |
TargetResourceGroupId |
Gets or sets the target resource group ARM Id. |
TargetVMName |
Gets or sets the target VM name. |
TargetVMSize |
Gets or sets the target VM size. |
TargetVMTags |
Gets or sets the target VM tags. |
TestNetworkId |
Gets or sets the test network ARM Id. |
VMDisks |
Gets or sets the list of disk update properties. |
VMNics |
Gets or sets the list of NIC details. |