Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServerUpdateParameters

Package version

Parameters allowed to update for a server.

Hierarchy

  • ServerUpdateParameters

Index

Properties

Optional administratorLoginPassword

administratorLoginPassword: undefined | string

The password of the administrator login.

Optional replicationRole

replicationRole: undefined | string

The replication role of the server.

Optional sku

sku: Sku

The SKU (pricing tier) of the server.

Optional sslEnforcement

sslEnforcement: SslEnforcementEnum

Enable ssl enforcement or not when connect to server. Possible values include: 'Enabled', 'Disabled'

Optional storageProfile

storageProfile: StorageProfile

Storage profile of a server.

Optional tags

tags: undefined | object

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

Optional version

version: ServerVersion

The version of a server. Possible values include: '5.6', '5.7'

Generated using TypeDoc