ArmRecoveryServicesSiteRecoveryModelFactory.VMwareV2FabricSpecificDetails Method
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.
Initializes a new instance of VMwareV2FabricSpecificDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareV2FabricSpecificDetails VMwareV2FabricSpecificDetails (Azure.Core.ResourceIdentifier vmwareSiteId = default, Azure.Core.ResourceIdentifier physicalSiteId = default, Azure.Core.ResourceIdentifier migrationSolutionId = default, string serviceEndpoint = default, Azure.Core.ResourceIdentifier serviceResourceId = default, string serviceContainerId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryProcessServerDetails> processServers = default);
static member VMwareV2FabricSpecificDetails : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceIdentifier * string * seq<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryProcessServerDetails> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareV2FabricSpecificDetails
Public Shared Function VMwareV2FabricSpecificDetails (Optional vmwareSiteId As ResourceIdentifier = Nothing, Optional physicalSiteId As ResourceIdentifier = Nothing, Optional migrationSolutionId As ResourceIdentifier = Nothing, Optional serviceEndpoint As String = Nothing, Optional serviceResourceId As ResourceIdentifier = Nothing, Optional serviceContainerId As String = Nothing, Optional processServers As IEnumerable(Of SiteRecoveryProcessServerDetails) = Nothing) As VMwareV2FabricSpecificDetails
Parameters
- vmwareSiteId
- ResourceIdentifier
The ARM Id of the VMware site.
- physicalSiteId
- ResourceIdentifier
The ARM Id of the physical site.
- migrationSolutionId
- ResourceIdentifier
The Migration solution ARM Id.
- serviceEndpoint
- String
The service endpoint.
- serviceResourceId
- ResourceIdentifier
The service resource Id.
- serviceContainerId
- String
The service container Id.
- processServers
- IEnumerable<SiteRecoveryProcessServerDetails>
The list of process servers.
Returns
A new VMwareV2FabricSpecificDetails instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET