ServerForUpdate interface
Parameters allowed to update for a server.
Properties
| administrator |
The password of the administrator login. This value contains a credential. Consider obscuring before showing to users |
| backup | Backup related properties of a server. |
| data |
The Data Encryption for CMK. |
| high |
High availability related properties of a server. |
| identity | The cmk identity for the server. |
| maintenance |
Maintenance window of a server. |
| network | Network related properties of a server |
| replication |
The replication role of the server. |
| sku | The SKU (pricing tier) of the server. |
| storage | Storage related properties of a server. |
| tags | Application-specific metadata in the form of key-value pairs. |
| version | 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
backup
dataEncryption
highAvailability
High availability related properties of a server.
highAvailability?: HighAvailability
Property Value
identity
maintenanceWindow
Maintenance window of a server.
maintenanceWindow?: MaintenanceWindow
Property Value
network
replicationRole
The 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
Server version.
version?: string
Property Value
string