Interface ApplicationGatewayListener.UpdateDefinitionStages.WithProtocol<ParentT>
- Type Parameters:
ParentT- the stage of the parent application gateway definition to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayListener.UpdateDefinition<ParentT>, ApplicationGatewayListener.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
ApplicationGatewayListener.UpdateDefinitionStages
public static interface ApplicationGatewayListener.UpdateDefinitionStages.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
-