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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT>withHttp()Specifies that the listener is for the HTTP protocol.ApplicationGatewayListener.DefinitionStages.WithSslCertificate<ParentT>withHttps()Specifies that the listener is for the HTTPS protocol.
-
-
-
Method Detail
-
withHttp
ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT> withHttp()
Specifies that the listener is for the HTTP protocol.- Returns:
- the next stage of the definition
-
withHttps
ApplicationGatewayListener.DefinitionStages.WithSslCertificate<ParentT> withHttps()
Specifies that the listener is for the HTTPS protocol.- Returns:
- the next stage of the definition
-
-