PostgreSqlFlexibleServerPatch Class

Definition

Represents a server to be updated.

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

Constructors

PostgreSqlFlexibleServerPatch()

Initializes a new instance of PostgreSqlFlexibleServerPatch.

Properties

AdministratorLoginPassword

The password of the administrator login.

AuthConfig

AuthConfig properties of a server.

Backup

Backup properties of a server.

CreateMode

The mode to update a new PostgreSQL server.

DataEncryption

Data encryption properties of a server.

HighAvailability

High availability properties of a server.

Identity

Describes the identity of the application.

Location

The location the resource resides in.

MaintenanceWindow

Maintenance window properties of a server.

Network

Network properties of a server. These are required to be passed only in case if server is a private access server.

ReplicationRole

Replication role of the server.

Sku

The SKU (pricing tier) of the server.

Storage

Storage properties of a server.

Tags

Application-specific metadata in the form of key-value pairs.

Version

PostgreSQL Server version.

Explicit Interface Implementations

IJsonModel<PostgreSqlFlexibleServerPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostgreSqlFlexibleServerPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlFlexibleServerPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlFlexibleServerPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlFlexibleServerPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to