Class ServerUpdate
java.lang.Object
com.microsoft.azure.management.sql.ServerUpdate
An update request for an Azure SQL Database server.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet administrator username for the server.Get the administrator login password (required for server creation).Get the fully qualified domain name of the server.state()
Get the state of the server.tags()
Get resource tags.version()
Get the version of the server.withAdministratorLogin
(String administratorLogin) Set administrator username for the server.withAdministratorLoginPassword
(String administratorLoginPassword) Set the administrator login password (required for server creation).Set resource tags.withVersion
(String version) Set the version of the server.
-
Constructor Details
-
ServerUpdate
public ServerUpdate()
-
-
Method Details
-
administratorLogin
Get administrator username for the server. Once created it cannot be changed.- Returns:
- the administratorLogin value
-
withAdministratorLogin
Set administrator username for the server. Once created it cannot be changed.- Parameters:
administratorLogin
- the administratorLogin value to set- Returns:
- the ServerUpdate object itself.
-
administratorLoginPassword
Get the administrator login password (required for server creation).- Returns:
- the administratorLoginPassword value
-
withAdministratorLoginPassword
Set the administrator login password (required for server creation).- Parameters:
administratorLoginPassword
- the administratorLoginPassword value to set- Returns:
- the ServerUpdate object itself.
-
version
Get the version of the server.- Returns:
- the version value
-
withVersion
Set the version of the server.- Parameters:
version
- the version value to set- Returns:
- the ServerUpdate object itself.
-
state
Get the state of the server.- Returns:
- the state value
-
fullyQualifiedDomainName
Get the fully qualified domain name of the server.- Returns:
- the fullyQualifiedDomainName value
-
tags
Get resource tags.- Returns:
- the tags value
-
withTags
Set resource tags.- Parameters:
tags
- the tags value to set- Returns:
- the ServerUpdate object itself.
-