Class ServerUpdate

java.lang.Object
com.microsoft.azure.management.sql.ServerUpdate

public class ServerUpdate extends Object
An update request for an Azure SQL Database server.
  • Constructor Details

    • ServerUpdate

      public ServerUpdate()
  • Method Details

    • administratorLogin

      public String administratorLogin()
      Get administrator username for the server. Once created it cannot be changed.
      Returns:
      the administratorLogin value
    • withAdministratorLogin

      public ServerUpdate withAdministratorLogin(String administratorLogin)
      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

      public String administratorLoginPassword()
      Get the administrator login password (required for server creation).
      Returns:
      the administratorLoginPassword value
    • withAdministratorLoginPassword

      public ServerUpdate withAdministratorLoginPassword(String administratorLoginPassword)
      Set the administrator login password (required for server creation).
      Parameters:
      administratorLoginPassword - the administratorLoginPassword value to set
      Returns:
      the ServerUpdate object itself.
    • version

      public String version()
      Get the version of the server.
      Returns:
      the version value
    • withVersion

      public ServerUpdate withVersion(String version)
      Set the version of the server.
      Parameters:
      version - the version value to set
      Returns:
      the ServerUpdate object itself.
    • state

      public String state()
      Get the state of the server.
      Returns:
      the state value
    • fullyQualifiedDomainName

      public String fullyQualifiedDomainName()
      Get the fully qualified domain name of the server.
      Returns:
      the fullyQualifiedDomainName value
    • tags

      public Map<String,String> tags()
      Get resource tags.
      Returns:
      the tags value
    • withTags

      public ServerUpdate withTags(Map<String,String> tags)
      Set resource tags.
      Parameters:
      tags - the tags value to set
      Returns:
      the ServerUpdate object itself.