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?: stringProperty Value
string
identity
The Azure Active Directory identity of the server.
identity?: ResourceIdentityProperty Value
		minimalTlsVersion
	  
	Enforce a minimal Tls version for the server.
minimalTlsVersion?: stringProperty 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?: stringProperty Value
string
		replicationRole
	 
	The replication role of the server.
replicationRole?: stringProperty Value
string
sku
		sslEnforcement
	 
	Enable ssl enforcement or not when connect to server.
sslEnforcement?: SslEnforcementEnumProperty 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?: stringProperty Value
string