ArmRecoveryServicesDataReplicationModelFactory.VMwareToAzStackHciEventCustomProperties Method

Definition

VMware to AzStackHCI event model custom properties. This class provides provider specific details for events of type DataContract.HealthEvents.HealthEventType.ProtectedItemHealth and DataContract.HealthEvents.HealthEventType.AgentHealth.

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

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

Applies to