Aracılığıyla paylaş


HyperVReplicaBaseEventDetails Constructors

Definition

Overloads

HyperVReplicaBaseEventDetails()

Initializes a new instance of the HyperVReplicaBaseEventDetails class.

HyperVReplicaBaseEventDetails(String, String, String, String)

Initializes a new instance of the HyperVReplicaBaseEventDetails class.

HyperVReplicaBaseEventDetails()

Initializes a new instance of the HyperVReplicaBaseEventDetails class.

public HyperVReplicaBaseEventDetails ();
Public Sub New ()

Applies to

HyperVReplicaBaseEventDetails(String, String, String, String)

Initializes a new instance of the HyperVReplicaBaseEventDetails class.

public HyperVReplicaBaseEventDetails (string containerName = default, string fabricName = default, string remoteContainerName = default, string remoteFabricName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaBaseEventDetails : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaBaseEventDetails
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