VMwareV2FabricCreationInput Constructors
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.
Overloads
VMwareV2FabricCreationInput() |
Initializes a new instance of the VMwareV2FabricCreationInput class. |
VMwareV2FabricCreationInput(String, String, String) |
Initializes a new instance of the VMwareV2FabricCreationInput class. |
VMwareV2FabricCreationInput()
Initializes a new instance of the VMwareV2FabricCreationInput class.
public VMwareV2FabricCreationInput ();
Public Sub New ()
Applies to
VMwareV2FabricCreationInput(String, String, String)
Initializes a new instance of the VMwareV2FabricCreationInput class.
public VMwareV2FabricCreationInput (string migrationSolutionId, string vmwareSiteId = default, string physicalSiteId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareV2FabricCreationInput : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareV2FabricCreationInput
Public Sub New (migrationSolutionId As String, Optional vmwareSiteId As String = Nothing, Optional physicalSiteId As String = Nothing)
Parameters
- migrationSolutionId
- String
The ARM Id of the migration solution.
- vmwareSiteId
- String
The ARM Id of the VMware site.
- physicalSiteId
- String
The ARM Id of the physical site.