ServerForUpdate interface

Parameters allowed to update for a server.

Properties

administratorLoginPassword

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

backup

Backup related properties of a server.

highAvailability

High availability related properties of a server.

maintenanceWindow

Maintenance window of a server.

replicationRole

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

Backup related properties of a server.

backup?: Backup

Property Value

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

The SKU (pricing tier) of the server.

sku?: Sku

Property Value

Sku

storage

Storage related 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}