Class ApplicationGatewayBackendHealthOnDemandInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.ApplicationGatewayBackendHealthOnDemandInner
-
public final class ApplicationGatewayBackendHealthOnDemandInner extends Object
Result of on demand test probe.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewayBackendHealthOnDemandInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationGatewayBackendAddressPoolbackendAddressPool()Get the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.ApplicationGatewayBackendHealthHttpSettingsbackendHealthHttpSettings()Get the backendHealthHttpSettings property: Application gateway BackendHealthHttp settings.voidvalidate()Validates the instance.ApplicationGatewayBackendHealthOnDemandInnerwithBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)Set the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.ApplicationGatewayBackendHealthOnDemandInnerwithBackendHealthHttpSettings(ApplicationGatewayBackendHealthHttpSettings backendHealthHttpSettings)Set the backendHealthHttpSettings property: Application gateway BackendHealthHttp settings.
-
-
-
Method Detail
-
backendAddressPool
public ApplicationGatewayBackendAddressPool backendAddressPool()
Get the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.- Returns:
- the backendAddressPool value.
-
withBackendAddressPool
public ApplicationGatewayBackendHealthOnDemandInner withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)
Set the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.- Parameters:
backendAddressPool- the backendAddressPool value to set.- Returns:
- the ApplicationGatewayBackendHealthOnDemandInner object itself.
-
backendHealthHttpSettings
public ApplicationGatewayBackendHealthHttpSettings backendHealthHttpSettings()
Get the backendHealthHttpSettings property: Application gateway BackendHealthHttp settings.- Returns:
- the backendHealthHttpSettings value.
-
withBackendHealthHttpSettings
public ApplicationGatewayBackendHealthOnDemandInner withBackendHealthHttpSettings(ApplicationGatewayBackendHealthHttpSettings backendHealthHttpSettings)
Set the backendHealthHttpSettings property: Application gateway BackendHealthHttp settings.- Parameters:
backendHealthHttpSettings- the backendHealthHttpSettings value to set.- Returns:
- the ApplicationGatewayBackendHealthOnDemandInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-