ArmRecoveryServicesDataReplicationModelFactory.HyperVToAzStackHciEventModelCustomProperties Method

Definition

Initializes a new instance of HyperVToAzStackHciEventModelCustomProperties.

public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciEventModelCustomProperties HyperVToAzStackHciEventModelCustomProperties (string eventSourceFriendlyName = default, string protectedItemFriendlyName = default, string sourceApplianceName = default, string targetApplianceName = default, string serverType = default);
static member HyperVToAzStackHciEventModelCustomProperties : string * string * string * string * string -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciEventModelCustomProperties
Public Shared Function HyperVToAzStackHciEventModelCustomProperties (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 HyperVToAzStackHciEventModelCustomProperties

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

Applies to