Share via


ArmRecoveryServicesDataReplicationModelFactory.HyperVToAzStackHciEventCustomProperties Method

Definition

Initializes a new instance of HyperVToAzStackHciEventCustomProperties.

public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciEventCustomProperties HyperVToAzStackHciEventCustomProperties(string eventSourceFriendlyName = default, string protectedItemFriendlyName = default, string sourceApplianceName = default, string targetApplianceName = default, string serverType = default);
static member HyperVToAzStackHciEventCustomProperties : string * string * string * string * string -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciEventCustomProperties
Public Shared Function HyperVToAzStackHciEventCustomProperties (Optional eventSourceFriendlyName As String = Nothing, Optional protectedItemFriendlyName As String = Nothing, Optional sourceApplianceName As String = Nothing, Optional targetApplianceName As String = Nothing, Optional serverType As String = Nothing) As HyperVToAzStackHciEventCustomProperties

Parameters

eventSourceFriendlyName
String

Gets or sets the friendly name of the source which has raised this health event.

protectedItemFriendlyName
String

Gets or sets the protected item friendly name.

sourceApplianceName
String

Gets or sets the source appliance name.

targetApplianceName
String

Gets or sets the source target name.

serverType
String

Gets or sets the server type.

Returns

A new HyperVToAzStackHciEventCustomProperties instance for mocking.

Applies to