ServerUpdateParameters 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 |
| identity | The Azure Active Directory identity of the server. |
| minimal |
Enforce a minimal Tls version for the server. |
| public |
Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' |
| replication |
The replication role of the server. |
| sku | The SKU (pricing tier) of the server. |
| ssl |
Enable ssl enforcement or not when connect to server. |
| storage |
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
identity
The Azure Active Directory identity of the server.
identity?: ResourceIdentity
Property Value
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
sslEnforcement
Enable ssl enforcement or not when connect to server.
sslEnforcement?: SslEnforcementEnum
Property Value
storageProfile
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