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