| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendHealthServer |
ApplicationGatewayBackendHealthServer.withAddress(String address)
Set iP address or FQDN of backend server.
|
ApplicationGatewayBackendHealthServer |
ApplicationGatewayBackendHealthServer.withHealth(ApplicationGatewayBackendHealthServerHealth health)
Set health of backend server.
|
ApplicationGatewayBackendHealthServer |
ApplicationGatewayBackendHealthServer.withHealthProbeLog(String healthProbeLog)
Set health Probe Log.
|
ApplicationGatewayBackendHealthServer |
ApplicationGatewayBackendHealthServer.withIpConfiguration(com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration)
Set reference to IP configuration of backend server.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationGatewayBackendHealthServer> |
ApplicationGatewayBackendHealthHttpSettings.servers()
Get list of ApplicationGatewayBackendHealthServer resources.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendHealthHttpSettings |
ApplicationGatewayBackendHealthHttpSettings.withServers(List<ApplicationGatewayBackendHealthServer> servers)
Set list of ApplicationGatewayBackendHealthServer resources.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/