Interface Server.DefinitionStages.WithAdministratorLogin

All Known Subinterfaces:
Server.Definition, Server.DefinitionStages.WithCreate
Enclosing interface:
Server.DefinitionStages

public static interface Server.DefinitionStages.WithAdministratorLogin
The stage of the Server definition allowing to specify administratorLogin.
  • Method Details

    • withAdministratorLogin

      Server.DefinitionStages.WithCreate withAdministratorLogin(String administratorLogin)
      Specifies the administratorLogin property: The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation)..
      Parameters:
      administratorLogin - The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
      Returns:
      the next definition stage.