Share via


HyperVReplica2012EventDetails Constructors

Definition

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.

Applies to