VMwareV2FabricSpecificDetails 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 specific details.
[Newtonsoft.Json.JsonObject("VMwareV2")]
public class VMwareV2FabricSpecificDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricSpecificDetails
[<Newtonsoft.Json.JsonObject("VMwareV2")>]
type VMwareV2FabricSpecificDetails = class
inherit FabricSpecificDetails
Public Class VMwareV2FabricSpecificDetails
Inherits FabricSpecificDetails
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
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. |
Properties
MigrationSolutionId |
Gets the Migration solution ARM Id. |
PhysicalSiteId |
Gets the ARM Id of the physical site. |
ProcessServers |
Gets the list of process servers. |
ServiceContainerId |
Gets the service container Id. |
ServiceEndpoint |
Gets the service endpoint. |
ServiceResourceId |
Gets the service resource Id. |
VmwareSiteId |
Gets the ARM Id of the VMware site. |