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 Summary
Modifier and TypeMethodDescriptionEnsures server name indication (SNI) is not required.Requires server name indication (SNI).
-
Method Details