Class ApplicationGatewayBackendHealthHttpSettings
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ApplicationGatewayBackendHealthHttpSettings
-
public final class ApplicationGatewayBackendHealthHttpSettings extends Object
Application gateway BackendHealthHttp settings.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewayBackendHealthHttpSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationGatewayBackendHttpSettingsbackendHttpSettings()Get the backendHttpSettings property: Reference to an ApplicationGatewayBackendHttpSettings resource.List<ApplicationGatewayBackendHealthServerInner>servers()Get the servers property: List of ApplicationGatewayBackendHealthServer resources.voidvalidate()Validates the instance.ApplicationGatewayBackendHealthHttpSettingswithBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings)Set the backendHttpSettings property: Reference to an ApplicationGatewayBackendHttpSettings resource.ApplicationGatewayBackendHealthHttpSettingswithServers(List<ApplicationGatewayBackendHealthServerInner> servers)Set the servers property: List of ApplicationGatewayBackendHealthServer resources.
-
-
-
Method Detail
-
backendHttpSettings
public ApplicationGatewayBackendHttpSettings backendHttpSettings()
Get the backendHttpSettings property: Reference to an ApplicationGatewayBackendHttpSettings resource.- Returns:
- the backendHttpSettings value.
-
withBackendHttpSettings
public ApplicationGatewayBackendHealthHttpSettings withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings)
Set the backendHttpSettings property: Reference to an ApplicationGatewayBackendHttpSettings resource.- Parameters:
backendHttpSettings- the backendHttpSettings value to set.- Returns:
- the ApplicationGatewayBackendHealthHttpSettings object itself.
-
servers
public List<ApplicationGatewayBackendHealthServerInner> servers()
Get the servers property: List of ApplicationGatewayBackendHealthServer resources.- Returns:
- the servers value.
-
withServers
public ApplicationGatewayBackendHealthHttpSettings withServers(List<ApplicationGatewayBackendHealthServerInner> servers)
Set the servers property: List of ApplicationGatewayBackendHealthServer resources.- Parameters:
servers- the servers value to set.- Returns:
- the ApplicationGatewayBackendHealthHttpSettings object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-