Interface Server.DefinitionStages.WithAuthConfig

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

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

    • withAuthConfig

      Server.DefinitionStages.WithCreate withAuthConfig(AuthConfig authConfig)
      Specifies the authConfig property: AuthConfig properties of a server..
      Parameters:
      authConfig - AuthConfig properties of a server.
      Returns:
      the next definition stage.