UnplannedFailoverInput 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 unplanned failover.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.UnplannedFailoverInputTypeConverter))]
public class UnplannedFailoverInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IUnplannedFailoverInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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.Api202401.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. |