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