ServerForUpdate interface

Represents a server to be updated.

Properties

administratorLoginPassword

The password of the administrator login. This value contains a credential. Consider obscuring before showing to users

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.

maintenanceWindow

Maintenance window properties of a 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.

Property Details

administratorLoginPassword

The password of the administrator login. This value contains a credential. Consider obscuring before showing to users

administratorLoginPassword?: string

Property Value

string

authConfig

AuthConfig properties of a server.

authConfig?: AuthConfig

Property Value

backup

Backup properties of a server.

backup?: Backup

Property Value

createMode

The mode to update a new PostgreSQL server.

createMode?: string

Property Value

string

dataEncryption

Data encryption properties of a server.

dataEncryption?: DataEncryption

Property Value

highAvailability

High availability properties of a server.

highAvailability?: HighAvailability

Property Value

identity

Describes the identity of the application.

identity?: UserAssignedIdentity

Property Value

maintenanceWindow

Maintenance window properties of a server.

maintenanceWindow?: MaintenanceWindow

Property Value

replicationRole

Replication role of the server

replicationRole?: string

Property Value

string

sku

The SKU (pricing tier) of the server.

sku?: Sku

Property Value

Sku

storage

Storage properties of a server.

storage?: Storage_2

Property Value

tags

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

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

version

PostgreSQL Server version.

version?: string

Property Value

string