你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InMageRcmEventDetails Class

Definition

Event details for InMageRcm provider.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.InMageRcmEventDetailsTypeConverter))]
public class InMageRcmEventDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IInMageRcmEventDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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.Api202401.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