Interface ApplicationGatewayListener.DefinitionStages.WithProtocol<ParentT>
- Type Parameters:
ParentT- the stage of the parent application gateway definition to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayListener.Definition<ParentT>,ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- ApplicationGatewayListener.DefinitionStages
public static interface ApplicationGatewayListener.DefinitionStages.WithProtocol<ParentT>
The stage of an application gateway frontend listener definition allowing to specify the protocol.
-
Method Summary
Modifier and TypeMethodDescriptionwithHttp()Specifies that the listener is for the HTTP protocol.Specifies that the listener is for the HTTPS protocol.
-
Method Details
-
withHttp
Specifies that the listener is for the HTTP protocol.- Returns:
- the next stage of the definition
-
withHttps
Specifies that the listener is for the HTTPS protocol.- Returns:
- the next stage of the definition
-