| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static ApplicationGatewayProtocol |
ApplicationGatewayProtocol.HTTP
Static value Http for ApplicationGatewayProtocol.
|
static ApplicationGatewayProtocol |
ApplicationGatewayProtocol.HTTPS
Static value Https for ApplicationGatewayProtocol.
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationGatewayProtocol |
ApplicationGatewayProtocol.fromString(String name)
Creates or finds a ApplicationGatewayProtocol from its string representation.
|
ApplicationGatewayProtocol |
ApplicationGatewayRequestRoutingRule.frontendProtocol() |
ApplicationGatewayProtocol |
ApplicationGatewayHttpListener.protocol()
Get protocol of the HTTP listener.
|
ApplicationGatewayProtocol |
ApplicationGatewayBackendHttpSettings.protocol()
Get the protocol used to communicate with the backend.
|
ApplicationGatewayProtocol |
ApplicationGatewayOnDemandProbe.protocol()
Get the protocol used for the probe.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ApplicationGatewayProtocol> |
ApplicationGatewayProtocol.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/