Interface HasServerNameIndication.UpdateDefinitionStages.WithServerNameIndication<ReturnT>
-
- Type Parameters:
ReturnT- the next stage of the definition
- All Known Subinterfaces:
ApplicationGatewayListener.UpdateDefinition<ParentT>,ApplicationGatewayListener.UpdateDefinitionStages.WithAttach<ParentT>,ApplicationGatewayListener.UpdateDefinitionStages.WithServerNameIndication<ParentT>,ApplicationGatewayRequestRoutingRule.UpdateDefinition<ParentT>,ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendHttpConfigOrSniOrRedirect<ParentT>,ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendHttpConfigurationOrSni<ParentT>,ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithServerNameIndication<ParentT>
- Enclosing interface:
- HasServerNameIndication.UpdateDefinitionStages
public static interface HasServerNameIndication.UpdateDefinitionStages.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
-
-