ParentT - the stage of the parent application gateway definition to return to after attaching this definitionpublic static interface ApplicationGatewayListener.UpdateDefinitionStages.WithProtocol<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayListener.UpdateDefinitionStages.WithAttach<ParentT> |
withHttp()
Specifies that the listener is for the HTTP protocol.
|
ApplicationGatewayListener.UpdateDefinitionStages.WithSslCertificate<ParentT> |
withHttps()
Specifies that the listener is for the HTTPS protocol.
|
ApplicationGatewayListener.UpdateDefinitionStages.WithAttach<ParentT> withHttp()
ApplicationGatewayListener.UpdateDefinitionStages.WithSslCertificate<ParentT> withHttps()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/