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. |
high |
High availability related properties of a server. |
maintenance |
Maintenance window 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. |
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
highAvailability
High availability related properties of a server.
highAvailability?: HighAvailability
Property Value
maintenanceWindow
Maintenance window of a server.
maintenanceWindow?: MaintenanceWindow
Property Value
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}