Interface HasServerNameIndication.DefinitionStages.WithServerNameIndication<ReturnT>
-
- Type Parameters:
ReturnT- the next stage of the definition
- All Known Subinterfaces:
ApplicationGatewayListener.Definition<ParentT>,ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT>,ApplicationGatewayListener.DefinitionStages.WithServerNameIndication<ParentT>,ApplicationGatewayRequestRoutingRule.Definition<ParentT>,ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendHttpConfigOrSniOrRedirect<ParentT>,ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendHttpConfigurationOrSni<ParentT>,ApplicationGatewayRequestRoutingRule.DefinitionStages.WithServerNameIndication<ParentT>
- Enclosing interface:
- HasServerNameIndication.DefinitionStages
public static interface HasServerNameIndication.DefinitionStages.WithServerNameIndication<ReturnT>The stage of a definition allowing to require server name indication (SNI).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReturnTwithoutServerNameIndication()Ensures server name indication (SNI) is not required.ReturnTwithServerNameIndication()Requires server name indication (SNI).
-
-
-
Method Detail
-
withServerNameIndication
ReturnT withServerNameIndication()
Requires server name indication (SNI).- Returns:
- the next stage of the definition
-
withoutServerNameIndication
ReturnT withoutServerNameIndication()
Ensures server name indication (SNI) is not required.- Returns:
- the next stage of the definition
-
-