FailoverProcessServerRequestProperties 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.
The properties of the Failover Process Server request.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.FailoverProcessServerRequestPropertiesTypeConverter))]
public class FailoverProcessServerRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IFailoverProcessServerRequestProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.FailoverProcessServerRequestPropertiesTypeConverter))>]
type FailoverProcessServerRequestProperties = class
interface IFailoverProcessServerRequestProperties
interface IJsonSerializable
Public Class FailoverProcessServerRequestProperties
Implements IFailoverProcessServerRequestProperties
- Inheritance
-
FailoverProcessServerRequestProperties
- Attributes
- Implements
Constructors
FailoverProcessServerRequestProperties() |
Creates an new FailoverProcessServerRequestProperties instance. |
Properties
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
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.Api202301.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. |