Share via


PlannedFailoverModel Class

Definition

Planned failover model.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.PlannedFailoverModelTypeConverter))]
public class PlannedFailoverModel : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IPlannedFailoverModel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.PlannedFailoverModelTypeConverter))>]
type PlannedFailoverModel = class
    interface IPlannedFailoverModel
    interface IJsonSerializable
Public Class PlannedFailoverModel
Implements IPlannedFailoverModel
Inheritance
PlannedFailoverModel
Attributes
Implements

Constructors

PlannedFailoverModel()

Creates an new PlannedFailoverModel instance.

Properties

Property

Planned failover model properties.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PlannedFailoverModel.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PlannedFailoverModel.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IPlannedFailoverModel.

FromJsonString(String)

Creates a new instance of PlannedFailoverModel, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PlannedFailoverModel into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to