RecoveryPlanUnplannedFailoverInputProperties 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.
Recovery plan unplanned failover input properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.RecoveryPlanUnplannedFailoverInputPropertiesTypeConverter))]
public class RecoveryPlanUnplannedFailoverInputProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryPlanUnplannedFailoverInputProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.RecoveryPlanUnplannedFailoverInputPropertiesTypeConverter))>]
type RecoveryPlanUnplannedFailoverInputProperties = class
interface IRecoveryPlanUnplannedFailoverInputProperties
interface IJsonSerializable
Public Class RecoveryPlanUnplannedFailoverInputProperties
Implements IRecoveryPlanUnplannedFailoverInputProperties
- Inheritance
-
RecoveryPlanUnplannedFailoverInputProperties
- Attributes
- Implements
Constructors
RecoveryPlanUnplannedFailoverInputProperties() |
Creates an new RecoveryPlanUnplannedFailoverInputProperties instance. |
Properties
FailoverDirection |
The failover direction. |
ProviderSpecificDetail |
The provider specific properties. |
SourceSiteOperation |
A value indicating whether source site operations are required. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RecoveryPlanUnplannedFailoverInputProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RecoveryPlanUnplannedFailoverInputProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryPlanUnplannedFailoverInputProperties. |
FromJsonString(String) |
Creates a new instance of RecoveryPlanUnplannedFailoverInputProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RecoveryPlanUnplannedFailoverInputProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |