InMageAzureV2EventDetails Constructors
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.
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.