Interface HasServerNameIndication.UpdateStages.WithServerNameIndication<ReturnT>

Type Parameters:
ReturnT - the next stage of the update
All Known Subinterfaces:
ApplicationGatewayListener.Update, ApplicationGatewayListener.UpdateStages.WithServerNameIndication
Enclosing interface:
HasServerNameIndication.UpdateStages

public static interface HasServerNameIndication.UpdateStages.WithServerNameIndication<ReturnT>
The stage of an update allowing to require server name indication (SNI).
  • Method Details

    • withServerNameIndication

      ReturnT withServerNameIndication()
      Requires server name indication (SNI).
      Returns:
      the next stage of the update
    • withoutServerNameIndication

      ReturnT withoutServerNameIndication()
      Ensures server name indication (SNI) is not required.
      Returns:
      the next stage of the update