VMwareCbtTestMigrateInput 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 test migrate input.
[Newtonsoft.Json.JsonObject("VMwareCbt")]
public class VMwareCbtTestMigrateInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestMigrateProviderSpecificInput
[<Newtonsoft.Json.JsonObject("VMwareCbt")>]
type VMwareCbtTestMigrateInput = class
inherit TestMigrateProviderSpecificInput
Public Class VMwareCbtTestMigrateInput
Inherits TestMigrateProviderSpecificInput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
VMwareCbtTestMigrateInput() |
Initializes a new instance of the VMwareCbtTestMigrateInput class. |
VMwareCbtTestMigrateInput(String, String, IList<VMwareCbtNicInput>, String) |
Initializes a new instance of the VMwareCbtTestMigrateInput class. |
Properties
NetworkId |
Gets or sets the test network Id. |
OSUpgradeVersion |
Gets or sets a value indicating the inplace OS Upgrade version. |
RecoveryPointId |
Gets or sets the recovery point Id. |
VMNics |
Gets or sets the list of NIC details. |
Methods
Validate() |
Validate the object. |