ParentT - the stage of the parent application gateway definition to return to after attaching this definitionpublic static interface ApplicationGatewayListener.UpdateDefinitionStages.WithFrontendPort<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayListener.UpdateDefinitionStages.WithAttach<ParentT> |
withFrontendPort(int portNumber)
Enables the listener to listen on the specified frontend port number.
|
ApplicationGatewayListener.UpdateDefinitionStages.WithAttach<ParentT> |
withFrontendPort(String name)
Enables the listener to listen on the specified existing frontend port.
|
ApplicationGatewayListener.UpdateDefinitionStages.WithAttach<ParentT> withFrontendPort(String name)
name - the name of an existing frontend portApplicationGatewayListener.UpdateDefinitionStages.WithAttach<ParentT> withFrontendPort(int portNumber)
If a frontend port for this port number does not yet exist, a new will be created with an auto-generated name.
portNumber - a port number/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/