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