Class ApplicationGatewayBackendHealthHttpSettings
java.lang.Object
com.azure.resourcemanager.network.models.ApplicationGatewayBackendHealthHttpSettings
Application gateway BackendHealthHttp settings.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApplicationGatewayBackendHealthHttpSettings class. -
Method Summary
Modifier and TypeMethodDescriptionGet the backendHttpSettings property: Reference to an ApplicationGatewayBackendHttpSettings resource.servers()Get the servers property: List of ApplicationGatewayBackendHealthServer resources.voidvalidate()Validates the instance.withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings) Set the backendHttpSettings property: Reference to an ApplicationGatewayBackendHttpSettings resource.Set the servers property: List of ApplicationGatewayBackendHealthServer resources.
-
Constructor Details
-
ApplicationGatewayBackendHealthHttpSettings
public ApplicationGatewayBackendHealthHttpSettings()Creates an instance of ApplicationGatewayBackendHealthHttpSettings class.
-
-
Method Details
-
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
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.
-