ServerUpdateParameters 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

minimalTlsVersion

Enforce a minimal Tls version for the server.

publicNetworkAccess

Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'

replicationRole

The replication role of the server.

sku

The SKU (pricing tier) of the server.

sslEnforcement

Enable ssl enforcement or not when connect to server.

storageProfile

Storage profile of a server.

tags

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

version

The version of a server.

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

minimalTlsVersion

Enforce a minimal Tls version for the server.

minimalTlsVersion?: string

Property Value

string

publicNetworkAccess

Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'

publicNetworkAccess?: string

Property Value

string

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

sslEnforcement

Enable ssl enforcement or not when connect to server.

sslEnforcement?: SslEnforcementEnum

Property Value

storageProfile

Storage profile of a server.

storageProfile?: StorageProfile

Property Value

tags

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

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

version

The version of a server.

version?: string

Property Value

string