ParentT - the stage of the application gateway definition to return to after attaching this definitionpublic static interface ApplicationGatewayRequestRoutingRule.DefinitionStages.WithFrontendPort<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendHttpConfiguration<ParentT> |
fromFrontendHttpPort(int portNumber)
Associates a new listener for the specified port number and the HTTP protocol with this rule.
|
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithSslCertificate<ParentT> |
fromFrontendHttpsPort(int portNumber)
Associates a new listener for the specified port number and the HTTPS protocol with this rule.
|
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendHttpConfiguration<ParentT> fromFrontendHttpPort(int portNumber)
portNumber - the port number to listen toApplicationGatewayRequestRoutingRule.DefinitionStages.WithSslCertificate<ParentT> fromFrontendHttpsPort(int portNumber)
portNumber - the port number to listen to/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/