FailoverProcessServerContent Class

Definition

Request to failover a process server.

public class FailoverProcessServerContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.FailoverProcessServerContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.FailoverProcessServerContent>
type FailoverProcessServerContent = class
    interface IJsonModel<FailoverProcessServerContent>
    interface IPersistableModel<FailoverProcessServerContent>
Public Class FailoverProcessServerContent
Implements IJsonModel(Of FailoverProcessServerContent), IPersistableModel(Of FailoverProcessServerContent)
Inheritance
FailoverProcessServerContent
Implements

Constructors

FailoverProcessServerContent()

Initializes a new instance of FailoverProcessServerContent.

Properties

Properties

The properties of the PS Failover request.

Explicit Interface Implementations

IJsonModel<FailoverProcessServerContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FailoverProcessServerContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FailoverProcessServerContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FailoverProcessServerContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FailoverProcessServerContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to