HyperVReplica2012EventDetails 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
HyperVReplica2012EventDetails() |
Initializes a new instance of the HyperVReplica2012EventDetails class. |
HyperVReplica2012EventDetails(String, String, String, String) |
Initializes a new instance of the HyperVReplica2012EventDetails class. |
HyperVReplica2012EventDetails()
Initializes a new instance of the HyperVReplica2012EventDetails class.
public HyperVReplica2012EventDetails ();
Public Sub New ()
Applies to
HyperVReplica2012EventDetails(String, String, String, String)
Initializes a new instance of the HyperVReplica2012EventDetails class.
public HyperVReplica2012EventDetails (string containerName = default, string fabricName = default, string remoteContainerName = default, string remoteFabricName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplica2012EventDetails : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplica2012EventDetails
Public Sub New (Optional containerName As String = Nothing, Optional fabricName As String = Nothing, Optional remoteContainerName As String = Nothing, Optional remoteFabricName As String = Nothing)
Parameters
- containerName
- String
The container friendly name.
- fabricName
- String
The fabric friendly name.
- remoteContainerName
- String
The remote container name.
- remoteFabricName
- String
The remote fabric name.