Share via


HyperVReplicaAzureEventDetails Class

Definition

Model class for event details of a HyperVReplica E2A event.

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

Constructors

HyperVReplicaAzureEventDetails()

Creates an new HyperVReplicaAzureEventDetails instance.

Properties

ContainerName

The container friendly name.

FabricName

The fabric friendly name.

InstanceType

Gets the class type. Overridden in derived classes.

RemoteContainerName

The remote container name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HyperVReplicaAzureEventDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HyperVReplicaAzureEventDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HyperVReplicaAzureEventDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to