ArmRecoveryServicesDataReplicationModelFactory.HyperVToAzStackHciEventModelCustomProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET