FailoverGroupPatch Class

Definition

A failover group update request.

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

Constructors

FailoverGroupPatch()

Initializes a new instance of FailoverGroupPatch.

Properties

FailoverDatabases

List of databases in the failover group.

PartnerServers

List of partner server information for the failover group.

ReadOnlyEndpoint

Read-only endpoint of the failover group instance.

ReadWriteEndpoint

Read-write endpoint of the failover group instance.

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<FailoverGroupPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FailoverGroupPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FailoverGroupPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FailoverGroupPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FailoverGroupPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to