public static interface ApplicationGatewayListener.UpdateStages.WithFrontendPort
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayListener.Update |
withFrontendPort(int portNumber)
Enables the listener to listen on the specified frontend port number.
|
ApplicationGatewayListener.Update |
withFrontendPort(String name)
Enables the listener to listen on the specified existing frontend port.
|
ApplicationGatewayListener.Update withFrontendPort(String name)
name - the name of an existing frontend portApplicationGatewayListener.Update 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 © 2021 Microsoft Corporation. All rights reserved.