FailoverProcessServerProperties 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.
public class FailoverProcessServerProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.FailoverProcessServerProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.FailoverProcessServerProperties>
type FailoverProcessServerProperties = class
interface IJsonModel<FailoverProcessServerProperties>
interface IPersistableModel<FailoverProcessServerProperties>
Public Class FailoverProcessServerProperties
Implements IJsonModel(Of FailoverProcessServerProperties), IPersistableModel(Of FailoverProcessServerProperties)
- Inheritance
-
FailoverProcessServerProperties
- Implements
Constructors
FailoverProcessServerProperties() |
Initializes a new instance of FailoverProcessServerProperties. |
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. |
Explicit Interface Implementations
IJsonModel<FailoverProcessServerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FailoverProcessServerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FailoverProcessServerProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FailoverProcessServerProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FailoverProcessServerProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET