InMageRcmFabricSpecificDetails 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
InMageRcmFabricSpecificDetails() |
Initializes a new instance of the InMageRcmFabricSpecificDetails class. |
InMageRcmFabricSpecificDetails(String, String, String, String, String, String, String, IdentityProviderDetails, IList<ProcessServerDetails>, IList<RcmProxyDetails>, IList<PushInstallerDetails>, IList<ReplicationAgentDetails>, IList<ReprotectAgentDetails>, IList<MarsAgentDetails>, IList<DraDetails>, IList<AgentDetails>) |
Initializes a new instance of the InMageRcmFabricSpecificDetails class. |
InMageRcmFabricSpecificDetails()
Initializes a new instance of the InMageRcmFabricSpecificDetails class.
public InMageRcmFabricSpecificDetails ();
Public Sub New ()
Applies to
InMageRcmFabricSpecificDetails(String, String, String, String, String, String, String, IdentityProviderDetails, IList<ProcessServerDetails>, IList<RcmProxyDetails>, IList<PushInstallerDetails>, IList<ReplicationAgentDetails>, IList<ReprotectAgentDetails>, IList<MarsAgentDetails>, IList<DraDetails>, IList<AgentDetails>)
Initializes a new instance of the InMageRcmFabricSpecificDetails class.
public InMageRcmFabricSpecificDetails (string vmwareSiteId = default, string physicalSiteId = default, string serviceEndpoint = default, string serviceResourceId = default, string serviceContainerId = default, string dataPlaneUri = default, string controlPlaneUri = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IdentityProviderDetails sourceAgentIdentityDetails = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProcessServerDetails> processServers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RcmProxyDetails> rcmProxies = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.PushInstallerDetails> pushInstallers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationAgentDetails> replicationAgents = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReprotectAgentDetails> reprotectAgents = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.MarsAgentDetails> marsAgents = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DraDetails> dras = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AgentDetails> agentDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmFabricSpecificDetails : string * string * string * string * string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IdentityProviderDetails * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProcessServerDetails> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RcmProxyDetails> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.PushInstallerDetails> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationAgentDetails> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReprotectAgentDetails> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.MarsAgentDetails> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DraDetails> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AgentDetails> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmFabricSpecificDetails
Public Sub New (Optional vmwareSiteId As String = Nothing, Optional physicalSiteId As String = Nothing, Optional serviceEndpoint As String = Nothing, Optional serviceResourceId As String = Nothing, Optional serviceContainerId As String = Nothing, Optional dataPlaneUri As String = Nothing, Optional controlPlaneUri As String = Nothing, Optional sourceAgentIdentityDetails As IdentityProviderDetails = Nothing, Optional processServers As IList(Of ProcessServerDetails) = Nothing, Optional rcmProxies As IList(Of RcmProxyDetails) = Nothing, Optional pushInstallers As IList(Of PushInstallerDetails) = Nothing, Optional replicationAgents As IList(Of ReplicationAgentDetails) = Nothing, Optional reprotectAgents As IList(Of ReprotectAgentDetails) = Nothing, Optional marsAgents As IList(Of MarsAgentDetails) = Nothing, Optional dras As IList(Of DraDetails) = Nothing, Optional agentDetails As IList(Of AgentDetails) = Nothing)
Parameters
- vmwareSiteId
- String
The ARM Id of the VMware site.
- physicalSiteId
- String
The ARM Id of the physical site.
- serviceEndpoint
- String
The service endpoint.
- serviceResourceId
- String
The service resource Id.
- serviceContainerId
- String
The service container Id.
- dataPlaneUri
- String
The data plane Uri.
- controlPlaneUri
- String
The control plane Uri.
- sourceAgentIdentityDetails
- IdentityProviderDetails
The source agent identity details.
- processServers
- IList<ProcessServerDetails>
The list of process servers.
- rcmProxies
- IList<RcmProxyDetails>
The list of RCM proxies.
- pushInstallers
- IList<PushInstallerDetails>
The list of push installers.
- replicationAgents
- IList<ReplicationAgentDetails>
The list of replication agents.
- reprotectAgents
- IList<ReprotectAgentDetails>
The list of reprotect agents.
- marsAgents
- IList<MarsAgentDetails>
The list of Mars agents.
- dras
- IList<DraDetails>
The list of DRAs.
- agentDetails
- IList<AgentDetails>
The list of agent details.