Delen via


InMageAzureV2EventDetails Constructors

Definition

Overloads

InMageAzureV2EventDetails()

Initializes a new instance of the InMageAzureV2EventDetails class.

InMageAzureV2EventDetails(String, String, String, String, String, String, String)

Initializes a new instance of the InMageAzureV2EventDetails class.

InMageAzureV2EventDetails()

Initializes a new instance of the InMageAzureV2EventDetails class.

public InMageAzureV2EventDetails ();
Public Sub New ()

Applies to

InMageAzureV2EventDetails(String, String, String, String, String, String, String)

Initializes a new instance of the InMageAzureV2EventDetails class.

public InMageAzureV2EventDetails (string eventType = default, string category = default, string component = default, string correctiveAction = default, string details = default, string summary = default, string siteName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageAzureV2EventDetails : string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageAzureV2EventDetails
Public Sub New (Optional eventType As String = Nothing, Optional category As String = Nothing, Optional component As String = Nothing, Optional correctiveAction As String = Nothing, Optional details As String = Nothing, Optional summary As String = Nothing, Optional siteName As String = Nothing)

Parameters

eventType
String

InMage Event type. Takes one of the values of InMageDataContract.InMageMonitoringEventType.

category
String

InMage Event Category.

component
String

InMage Event Component.

correctiveAction
String

Corrective Action string for the event.

details
String

InMage Event Details.

summary
String

InMage Event Summary.

siteName
String

VMware Site name.

Applies to