| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayListener.Update |
ApplicationGateway.UpdateStages.WithListener.updateListener(String name)
Begins the update of a listener.
|
ApplicationGatewayListener.Update |
ApplicationGatewayListener.UpdateStages.WithFrontendPort.withFrontendPort(int portNumber)
Enables the listener to listen on the specified frontend port number.
|
ApplicationGatewayListener.Update |
ApplicationGatewayListener.UpdateStages.WithFrontendPort.withFrontendPort(String name)
Enables the listener to listen on the specified existing frontend port.
|
ApplicationGatewayListener.Update |
ApplicationGatewayListener.UpdateStages.WithProtocol.withHttp()
Specifies that the listener is for the HTTP protocol.
|
ApplicationGatewayListener.Update |
ApplicationGatewayListener.UpdateStages.WithFrontend.withPrivateFrontend()
Associates the listener with the application gateway's private (internal) frontend.
|
ApplicationGatewayListener.Update |
ApplicationGatewayListener.UpdateStages.WithFrontend.withPublicFrontend()
Associates the listener with the application gateway's public (Internet-facing) frontend.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/