Share via


TestFailoverInput Class

Definition

Input definition for test failover.

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

Constructors

TestFailoverInput()

Creates an new TestFailoverInput instance.

Properties

FailoverDirection

Test failover direction.

NetworkId

The id of the network to be used for test failover.

NetworkType

Network type to be used for test failover.

ProviderSpecificDetailInstanceType

The class type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TestFailoverInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TestFailoverInput.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TestFailoverInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to