Share via


UnplannedFailoverInput Class

Definition

Input definition for unplanned failover.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.UnplannedFailoverInputTypeConverter))]
public class UnplannedFailoverInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IUnplannedFailoverInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.UnplannedFailoverInputTypeConverter))>]
type UnplannedFailoverInput = class
    interface IUnplannedFailoverInput
    interface IJsonSerializable
Public Class UnplannedFailoverInput
Implements IUnplannedFailoverInput
Inheritance
UnplannedFailoverInput
Attributes
Implements

Constructors

UnplannedFailoverInput()

Creates an new UnplannedFailoverInput instance.

Properties

FailoverDirection

Failover direction.

ProviderSpecificDetailInstanceType

The class type.

SourceSiteOperation

Source site operations status.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UnplannedFailoverInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UnplannedFailoverInput.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UnplannedFailoverInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to