Udostępnij za pośrednictwem


ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmFailbackEventDetails Method

Definition

Initializes a new instance of InMageRcmFailbackEventDetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFailbackEventDetails InMageRcmFailbackEventDetails (string protectedItemName = default, string vmName = default, string applianceName = default, string serverType = default, string componentDisplayName = default);
static member InMageRcmFailbackEventDetails : string * string * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFailbackEventDetails
Public Shared Function InMageRcmFailbackEventDetails (Optional protectedItemName As String = Nothing, Optional vmName As String = Nothing, Optional applianceName As String = Nothing, Optional serverType As String = Nothing, Optional componentDisplayName As String = Nothing) As InMageRcmFailbackEventDetails

Parameters

protectedItemName
String

The protected item name.

vmName
String

The protected item name.

applianceName
String

The appliance name.

serverType
String

The server type.

componentDisplayName
String

The component display name.

Returns

A new InMageRcmFailbackEventDetails instance for mocking.

Applies to