Share via


A2AEventDetails Class

Definition

Model class for event details of a A2A event.

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

Constructors

A2AEventDetails()

Creates an new A2AEventDetails instance.

Properties

FabricLocation

The fabric location.

FabricName

Fabric arm name.

FabricObjectId

The azure vm arm id.

InstanceType

Gets the class type. Overridden in derived classes.

ProtectedItemName

The protected item arm name.

RemoteFabricLocation

Remote fabric location.

RemoteFabricName

Remote fabric arm name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of A2AEventDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of A2AEventDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of A2AEventDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to