VMwareV2FabricSpecificDetails 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
VMwareV2FabricSpecificDetails() |
Initializes a new instance of the VMwareV2FabricSpecificDetails class. |
VMwareV2FabricSpecificDetails(String, String, String, String, String, String, IList<ProcessServerDetails>) |
Initializes a new instance of the VMwareV2FabricSpecificDetails class. |
VMwareV2FabricSpecificDetails()
Initializes a new instance of the VMwareV2FabricSpecificDetails class.
public VMwareV2FabricSpecificDetails ();
Public Sub New ()
Applies to
VMwareV2FabricSpecificDetails(String, String, String, String, String, String, IList<ProcessServerDetails>)
Initializes a new instance of the VMwareV2FabricSpecificDetails class.
public VMwareV2FabricSpecificDetails (string vmwareSiteId = default, string physicalSiteId = default, string migrationSolutionId = default, string serviceEndpoint = default, string serviceResourceId = default, string serviceContainerId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProcessServerDetails> processServers = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareV2FabricSpecificDetails : string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProcessServerDetails> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareV2FabricSpecificDetails
Public Sub New (Optional vmwareSiteId As String = Nothing, Optional physicalSiteId As String = Nothing, Optional migrationSolutionId As String = Nothing, Optional serviceEndpoint As String = Nothing, Optional serviceResourceId As String = Nothing, Optional serviceContainerId As String = Nothing, Optional processServers As IList(Of ProcessServerDetails) = Nothing)
Parameters
- vmwareSiteId
- String
The ARM Id of the VMware site.
- physicalSiteId
- String
The ARM Id of the physical site.
- migrationSolutionId
- String
The Migration solution ARM Id.
- serviceEndpoint
- String
The service endpoint.
- serviceResourceId
- String
The service resource Id.
- serviceContainerId
- String
The service container Id.
- processServers
- IList<ProcessServerDetails>
The list of process servers.