| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayListener.UpdateDefinition<ParentT>
The entirety of an application gateway HTTP listener definition as part of an application gateway update.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayListener.UpdateDefinitionStages.WithAttach<ParentT> |
ApplicationGatewayListener.UpdateDefinitionStages.WithFrontendPort.withFrontendPort(int portNumber)
Enables the listener to listen on the specified frontend port number.
|
ApplicationGatewayListener.UpdateDefinitionStages.WithAttach<ParentT> |
ApplicationGatewayListener.UpdateDefinitionStages.WithFrontendPort.withFrontendPort(String name)
Enables the listener to listen on the specified existing frontend port.
|
ApplicationGatewayListener.UpdateDefinitionStages.WithAttach<ParentT> |
ApplicationGatewayListener.UpdateDefinitionStages.WithProtocol.withHttp()
Specifies that the listener is for the HTTP protocol.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/