Freigeben über


FailoverProcessServerRequestProperties Class

Definition

The properties of the Failover Process Server request.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.FailoverProcessServerRequestPropertiesTypeConverter))]
public class FailoverProcessServerRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IFailoverProcessServerRequestProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.FailoverProcessServerRequestPropertiesTypeConverter))>]
type FailoverProcessServerRequestProperties = class
    interface IFailoverProcessServerRequestProperties
    interface IJsonSerializable
Public Class FailoverProcessServerRequestProperties
Implements IFailoverProcessServerRequestProperties
Inheritance
FailoverProcessServerRequestProperties
Attributes
Implements

Constructors

Name Description
FailoverProcessServerRequestProperties()

Creates an new FailoverProcessServerRequestProperties instance.

Properties

Name Description
ContainerName

The container identifier.

SourceProcessServerId

The source process server.

TargetProcessServerId

The new process server.

UpdateType

A value for failover type. It can be systemlevel/serverlevel.

VmsToMigrate

The VMS to migrate.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FailoverProcessServerRequestProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FailoverProcessServerRequestProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IFailoverProcessServerRequestProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FailoverProcessServerRequestProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to