InMageAzureV2EventDetails Class
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.
Model class for event details of a VMwareAzureV2 event.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageAzureV2EventDetailsTypeConverter))]
public class InMageAzureV2EventDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageAzureV2EventDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageAzureV2EventDetailsTypeConverter))>]
type InMageAzureV2EventDetails = class
interface IInMageAzureV2EventDetails
interface IJsonSerializable
interface IEventProviderSpecificDetails
interface IValidates
Public Class InMageAzureV2EventDetails
Implements IInMageAzureV2EventDetails, IValidates
- Inheritance
-
InMageAzureV2EventDetails
- Attributes
- Implements
Constructors
InMageAzureV2EventDetails() |
Creates an new InMageAzureV2EventDetails instance. |
Properties
Category |
InMage Event Category. |
Component |
InMage Event Component. |
CorrectiveAction |
Corrective Action string for the event. |
Detail |
InMage Event Details. |
EventType |
InMage Event type. Takes one of the values of InMageDataContract.InMageMonitoringEventType. |
InstanceType |
Gets the class type. Overridden in derived classes. |
SiteName |
VMware Site name. |
Summary |
InMage Event Summary. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InMageAzureV2EventDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InMageAzureV2EventDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageAzureV2EventDetails. |
FromJsonString(String) |
Creates a new instance of InMageAzureV2EventDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of InMageAzureV2EventDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |