HyperVReplicaAzureEventDetails Constructors

Definition

Overloads

HyperVReplicaAzureEventDetails()

Initializes a new instance of the HyperVReplicaAzureEventDetails class.

HyperVReplicaAzureEventDetails(String, String, String)

Initializes a new instance of the HyperVReplicaAzureEventDetails class.

HyperVReplicaAzureEventDetails()

Initializes a new instance of the HyperVReplicaAzureEventDetails class.

public HyperVReplicaAzureEventDetails ();
Public Sub New ()

Applies to

HyperVReplicaAzureEventDetails(String, String, String)

Initializes a new instance of the HyperVReplicaAzureEventDetails class.

public HyperVReplicaAzureEventDetails (string containerName = default, string fabricName = default, string remoteContainerName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzureEventDetails : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzureEventDetails
Public Sub New (Optional containerName As String = Nothing, Optional fabricName As String = Nothing, Optional remoteContainerName As String = Nothing)

Parameters

containerName
String

The container friendly name.

fabricName
String

The fabric friendly name.

remoteContainerName
String

The remote container name.

Applies to