ParentT - the stage of the parent application gateway definition to return to after attaching this
definitionpublic static interface ApplicationGatewayListener.DefinitionStages.WithFrontendPort<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT> |
withFrontendPort(int portNumber)
Enables the listener to listen on the specified frontend port number.
|
ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT> |
withFrontendPort(String name)
Enables the listener to listen on the specified existing frontend port.
|
ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT> withFrontendPort(String name)
name - the name of an existing frontend portApplicationGatewayListener.DefinitionStages.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 numberCopyright © 2020 Microsoft Corporation. All rights reserved.