Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.HyperVReplica2012R2EventDetails Method

Definition

Initializes a new instance of HyperVReplica2012R2EventDetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVReplica2012R2EventDetails HyperVReplica2012R2EventDetails (string containerName = default, string fabricName = default, string remoteContainerName = default, string remoteFabricName = default);
static member HyperVReplica2012R2EventDetails : string * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVReplica2012R2EventDetails
Public Shared Function HyperVReplica2012R2EventDetails (Optional containerName As String = Nothing, Optional fabricName As String = Nothing, Optional remoteContainerName As String = Nothing, Optional remoteFabricName As String = Nothing) As HyperVReplica2012R2EventDetails

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.

Returns

A new HyperVReplica2012R2EventDetails instance for mocking.

Applies to