| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinition<ParentT>
The entirety of an application gateway request routing rule definition as part of an application gateway update.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendHttpConfigurationOrSni<ParentT>
The stage of an application gateway request routing rule definition allowing to require server name indication if the
application gateway is serving multiple websites in its backends and SSL is required.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendHttpConfiguration<ParentT> |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort.fromFrontendHttpPort(int portNumber)
Associates a new listener for the specified port number and the HTTP protocol with this rule.
|
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendHttpConfiguration<ParentT> |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithListener.fromListener(String name)
Associates the request routing rule with a frontend listener.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/