public class ApplicationGatewayBackendHealthServer extends Object
| Constructor and Description |
|---|
ApplicationGatewayBackendHealthServer() |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Get iP address or FQDN of backend server.
|
ApplicationGatewayBackendHealthServerHealth |
health()
Get health of backend server.
|
String |
healthProbeLog()
Get health Probe Log.
|
com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner |
ipConfiguration()
Get reference to IP configuration of backend server.
|
ApplicationGatewayBackendHealthServer |
withAddress(String address)
Set iP address or FQDN of backend server.
|
ApplicationGatewayBackendHealthServer |
withHealth(ApplicationGatewayBackendHealthServerHealth health)
Set health of backend server.
|
ApplicationGatewayBackendHealthServer |
withHealthProbeLog(String healthProbeLog)
Set health Probe Log.
|
ApplicationGatewayBackendHealthServer |
withIpConfiguration(com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration)
Set reference to IP configuration of backend server.
|
public ApplicationGatewayBackendHealthServer()
public String address()
public ApplicationGatewayBackendHealthServer withAddress(String address)
address - the address value to setpublic com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration()
public ApplicationGatewayBackendHealthServer withIpConfiguration(com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration)
ipConfiguration - the ipConfiguration value to setpublic ApplicationGatewayBackendHealthServerHealth health()
public ApplicationGatewayBackendHealthServer withHealth(ApplicationGatewayBackendHealthServerHealth health)
health - the health value to setpublic String healthProbeLog()
public ApplicationGatewayBackendHealthServer withHealthProbeLog(String healthProbeLog)
healthProbeLog - the healthProbeLog value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/