Interface HasServerNameIndication
- All Known Subinterfaces:
ApplicationGatewayListener
,ApplicationGatewayRequestRoutingRule
public interface HasServerNameIndication
An interface representing a model's ability to require server name indication.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Grouping of definition stages involving requiring the server name indication.static interface
Grouping of definition stages applicable as part of a parent resource update.static interface
Grouping of update stages involving requiring the server name indication. -
Method Summary
-
Method Details
-
requiresServerNameIndication
boolean requiresServerNameIndication()- Returns:
- true if server name indication (SNI) is required, else false.
-