ApplicationGatewayBackendHealthPool Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ApplicationGatewayBackendHealthPool
- com.
Implements
public final class ApplicationGatewayBackendHealthPool
implements JsonSerializable<ApplicationGatewayBackendHealthPool>
Application gateway BackendHealth pool.
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewayBackendHealthPool() |
Creates an instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
Application |
backendAddressPool()
Get the backend |
List<Application |
backendHttpSettingsCollection()
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 |
withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection)
Set the backend |
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayBackendHealthPool
public ApplicationGatewayBackendHealthPool()
Creates an instance of ApplicationGatewayBackendHealthPool class.
Method Details
backendAddressPool
public ApplicationGatewayBackendAddressPool backendAddressPool()
Get the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.
Returns:
backendHttpSettingsCollection
public List
Get the backendHttpSettingsCollection property: List of ApplicationGatewayBackendHealthHttpSettings resources.
Returns:
fromJson
public static ApplicationGatewayBackendHealthPool fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayBackendHealthPool from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withBackendAddressPool
public ApplicationGatewayBackendHealthPool withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)
Set the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.
Parameters:
Returns:
withBackendHttpSettingsCollection
public ApplicationGatewayBackendHealthPool withBackendHttpSettingsCollection(List
Set the backendHttpSettingsCollection property: List of ApplicationGatewayBackendHealthHttpSettings resources.
Parameters:
Returns:
Applies to
Azure SDK for Java