Interface Server.UpdateStages.WithAuthConfig

All Known Subinterfaces:
Server.Update
Enclosing interface:
Server.UpdateStages

public static interface Server.UpdateStages.WithAuthConfig
The stage of the Server update allowing to specify authConfig.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the authConfig property: AuthConfig properties of a server..
  • Method Details

    • withAuthConfig

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