Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.HyperVReplicaBaseEventDetails Method

Definition

Initializes a new instance of HyperVReplicaBaseEventDetails.

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

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

Applies to