共用方式為


ArmRecoveryServicesSiteRecoveryModelFactory.HyperVReplica2012EventDetails Method

Definition

Initializes a new instance of HyperVReplica2012EventDetails.

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

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 HyperVReplica2012EventDetails instance for mocking.

Applies to