ClusterTestFailoverInput 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 cluster failover.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ClusterTestFailoverInputTypeConverter))]
public class ClusterTestFailoverInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IClusterTestFailoverInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ClusterTestFailoverInputTypeConverter))>]
type ClusterTestFailoverInput = class
interface IClusterTestFailoverInput
interface IJsonSerializable
Public Class ClusterTestFailoverInput
Implements IClusterTestFailoverInput
- Inheritance
-
ClusterTestFailoverInput
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ClusterTestFailoverInput() |
Creates an new ClusterTestFailoverInput instance. |
Properties
| Name | Description |
|---|---|
| FailoverDirection |
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
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClusterTestFailoverInput. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClusterTestFailoverInput. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IClusterTestFailoverInput. |
| FromJsonString(String) |
Creates a new instance of ClusterTestFailoverInput, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClusterTestFailoverInput into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |