public class ApplicationGatewayBackendHealthHttpSettings extends Object
Constructor and Description |
---|
ApplicationGatewayBackendHealthHttpSettings() |
Modifier and Type | Method and Description |
---|---|
com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHttpSettingsInner |
backendHttpSettings()
Get the backendHttpSettings value.
|
List<ApplicationGatewayBackendHealthServer> |
servers()
Get the servers value.
|
ApplicationGatewayBackendHealthHttpSettings |
withBackendHttpSettings(com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHttpSettingsInner backendHttpSettings)
Set the backendHttpSettings value.
|
ApplicationGatewayBackendHealthHttpSettings |
withServers(List<ApplicationGatewayBackendHealthServer> servers)
Set the servers value.
|
public ApplicationGatewayBackendHealthHttpSettings()
public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHttpSettingsInner backendHttpSettings()
public ApplicationGatewayBackendHealthHttpSettings withBackendHttpSettings(com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHttpSettingsInner backendHttpSettings)
backendHttpSettings
- the backendHttpSettings value to setpublic List<ApplicationGatewayBackendHealthServer> servers()
public ApplicationGatewayBackendHealthHttpSettings withServers(List<ApplicationGatewayBackendHealthServer> servers)
servers
- the servers value to setCopyright © 2019. All rights reserved.