public class ApplicationGatewayBackendHealthServer extends Object
Constructor and Description |
---|
ApplicationGatewayBackendHealthServer() |
Modifier and Type | Method and Description |
---|---|
String |
address()
Get the address value.
|
ApplicationGatewayBackendHealthServerHealth |
health()
Get the health value.
|
com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner |
ipConfiguration()
Get the ipConfiguration value.
|
ApplicationGatewayBackendHealthServer |
withAddress(String address)
Set the address value.
|
ApplicationGatewayBackendHealthServer |
withHealth(ApplicationGatewayBackendHealthServerHealth health)
Set the health value.
|
ApplicationGatewayBackendHealthServer |
withIpConfiguration(com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration)
Set the ipConfiguration value.
|
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 setCopyright © 2019. All rights reserved.