ParentT - the stage of the parent application gateway definition to return to after attaching this
definitionpublic static interface ApplicationGatewayListener.DefinitionStages.WithProtocol<ParentT>
| Modifier and Type | Method and 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.
|
ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT> withHttp()
ApplicationGatewayListener.DefinitionStages.WithSslCertificate<ParentT> withHttps()
Copyright © 2020 Microsoft Corporation. All rights reserved.