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

HyperVReplica2012R2EventDetails Class

Definition

Model class for event details of a HyperVReplica blue E2E event.

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

Constructors

HyperVReplica2012R2EventDetails()

Creates an new HyperVReplica2012R2EventDetails 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.

RemoteFabricName

The remote fabric name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HyperVReplica2012R2EventDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HyperVReplica2012R2EventDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HyperVReplica2012R2EventDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to