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
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
-