Share via


InMageRcmEventDetails Class

Definition

Event details for InMageRcm provider.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmEventDetailsTypeConverter))]
public class InMageRcmEventDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmEventDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmEventDetailsTypeConverter))>]
type InMageRcmEventDetails = class
    interface IInMageRcmEventDetails
    interface IJsonSerializable
    interface IEventProviderSpecificDetails
    interface IValidates
Public Class InMageRcmEventDetails
Implements IInMageRcmEventDetails, IValidates
Inheritance
InMageRcmEventDetails
Attributes
Implements

Constructors

InMageRcmEventDetails()

Creates an new InMageRcmEventDetails instance.

Properties

ApplianceName

The appliance name.

ComponentDisplayName

The component display name.

FabricName

The fabric name.

InstanceType

Gets the class type. Overridden in derived classes.

JobId

The job Id.

LatestAgentVersion

The latest agent version.

ProtectedItemName

The protected item name.

ServerType

The server type.

VMName

The protected item name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InMageRcmEventDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InMageRcmEventDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmEventDetails.

FromJsonString(String)

Creates a new instance of InMageRcmEventDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InMageRcmEventDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to