VMwareV2FabricCreationInput 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.
VMwareV2 fabric provider specific settings.
[Newtonsoft.Json.JsonObject("VMwareV2")]
public class VMwareV2FabricCreationInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricSpecificCreationInput
[<Newtonsoft.Json.JsonObject("VMwareV2")>]
type VMwareV2FabricCreationInput = class
inherit FabricSpecificCreationInput
Public Class VMwareV2FabricCreationInput
Inherits FabricSpecificCreationInput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
VMwareV2FabricCreationInput() |
Initializes a new instance of the VMwareV2FabricCreationInput class. |
VMwareV2FabricCreationInput(String, String, String) |
Initializes a new instance of the VMwareV2FabricCreationInput class. |
Properties
MigrationSolutionId |
Gets or sets the ARM Id of the migration solution. |
PhysicalSiteId |
Gets or sets the ARM Id of the physical site. |
VmwareSiteId |
Gets or sets the ARM Id of the VMware site. |
Methods
Validate() |
Validate the object. |