ApplicationGatewayBackendHealthOnDemandInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewayBackendHealthOnDemandInner
- com.
Implements
public final class ApplicationGatewayBackendHealthOnDemandInner
implements JsonSerializable<ApplicationGatewayBackendHealthOnDemandInner>
Result of on demand test probe.
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewayBackendHealthOnDemandInner() |
Creates an instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
Application |
backendAddressPool()
Get the backend |
Application |
backendHealthHttpSettings()
Get the backend |
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Application |
withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)
Set the backend |
Application |
withBackendHealthHttpSettings(ApplicationGatewayBackendHealthHttpSettings backendHealthHttpSettings)
Set the backend |
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayBackendHealthOnDemandInner
public ApplicationGatewayBackendHealthOnDemandInner()
Creates an instance of ApplicationGatewayBackendHealthOnDemandInner class.
Method Details
backendAddressPool
public ApplicationGatewayBackendAddressPool backendAddressPool()
Get the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.
Returns:
backendHealthHttpSettings
public ApplicationGatewayBackendHealthHttpSettings backendHealthHttpSettings()
Get the backendHealthHttpSettings property: Application gateway BackendHealthHttp settings.
Returns:
fromJson
public static ApplicationGatewayBackendHealthOnDemandInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayBackendHealthOnDemandInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withBackendAddressPool
public ApplicationGatewayBackendHealthOnDemandInner withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)
Set the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.
Parameters:
Returns:
withBackendHealthHttpSettings
public ApplicationGatewayBackendHealthOnDemandInner withBackendHealthHttpSettings(ApplicationGatewayBackendHealthHttpSettings backendHealthHttpSettings)
Set the backendHealthHttpSettings property: Application gateway BackendHealthHttp settings.
Parameters:
Returns:
Applies to
Azure SDK for Java