HyperVReplica2012EventDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Model class for event details of a HyperVReplica E2E event.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.HyperVReplica2012EventDetailsTypeConverter))]
public class HyperVReplica2012EventDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IHyperVReplica2012EventDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.HyperVReplica2012EventDetailsTypeConverter))>]
type HyperVReplica2012EventDetails = class
interface IHyperVReplica2012EventDetails
interface IJsonSerializable
interface IEventProviderSpecificDetails
interface IValidates
Public Class HyperVReplica2012EventDetails
Implements IHyperVReplica2012EventDetails, IValidates
- Inheritance
-
HyperVReplica2012EventDetails
- Attributes
- Implements
Constructors
HyperVReplica2012EventDetails() |
Creates an new HyperVReplica2012EventDetails 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 HyperVReplica2012EventDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HyperVReplica2012EventDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IHyperVReplica2012EventDetails. |
FromJsonString(String) |
Creates a new instance of HyperVReplica2012EventDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HyperVReplica2012EventDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |