TestFailoverInput 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.
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. |