public static interface ApplicationGateway.UpdateStages.WithFrontendPort
| Modifier and Type | Method and Description |
|---|---|
ApplicationGateway.Update |
withFrontendPort(int portNumber)
Creates a front end port with an auto-generated name and the specified port number, unless one already exists.
|
ApplicationGateway.Update |
withFrontendPort(int portNumber,
String name)
Creates a front end port with the specified name and port number, unless a port matching this name and/or number already exists.
|
ApplicationGateway.Update |
withoutFrontendPort(int portNumber)
Removes the specified frontend port.
|
ApplicationGateway.Update |
withoutFrontendPort(String name)
Removes the specified frontend port.
|
ApplicationGateway.Update withFrontendPort(int portNumber)
portNumber - a port numberApplicationGateway.Update withFrontendPort(int portNumber, String name)
portNumber - a port numbername - the name to assign to the portApplicationGateway.Update withoutFrontendPort(String name)
Note that removing a frontend port referenced by other settings may break the application gateway.
name - the name of the frontend port to removeApplicationGateway.Update withoutFrontendPort(int portNumber)
Note that removing a frontend port referenced by other settings may break the application gateway.
portNumber - the port number of the frontend port to remove/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/