ServerForUpdate interface
Represents a server to be updated.
Properties
administrator |
The password of the administrator login. This value contains a credential. Consider obscuring before showing to users |
auth |
AuthConfig properties of a server. |
backup | Backup properties of a server. |
create |
The mode to update a new PostgreSQL server. |
data |
Data encryption properties of a server. |
high |
High availability properties of a server. |
identity | Describes the identity of the application. |
maintenance |
Maintenance window properties of a server. |
replication |
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
backup
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
storage
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