Class ApplicationGatewayOnDemandProbe
java.lang.Object
com.azure.resourcemanager.network.models.ApplicationGatewayOnDemandProbe
- All Implemented Interfaces:
com.azure.json.JsonSerializable<ApplicationGatewayOnDemandProbe>
public final class ApplicationGatewayOnDemandProbe
extends Object
implements com.azure.json.JsonSerializable<ApplicationGatewayOnDemandProbe>
Details of on demand test probe request.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApplicationGatewayOnDemandProbe class. -
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.management.SubResourceGet the backendAddressPool property: Reference to backend pool of application gateway to which probe request will be sent.com.azure.core.management.SubResourceGet the backendHttpSettings property: Reference to backend http setting of application gateway to be used for test probe.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayOnDemandProbe from the JsonReader.host()Get the host property: Host name to send the probe to.match()Get the match property: Criterion for classifying a healthy probe response.path()Get the path property: Relative path of probe.Get the pickHostnameFromBackendHttpSettings property: Whether the host header should be picked from the backend http settings.protocol()Get the protocol property: The protocol used for the probe.timeout()Get the timeout property: The probe timeout in seconds.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool) Set the backendAddressPool property: Reference to backend pool of application gateway to which probe request will be sent.withBackendHttpSettings(com.azure.core.management.SubResource backendHttpSettings) Set the backendHttpSettings property: Reference to backend http setting of application gateway to be used for test probe.Set the host property: Host name to send the probe to.Set the match property: Criterion for classifying a healthy probe response.Set the path property: Relative path of probe.withPickHostnameFromBackendHttpSettings(Boolean pickHostnameFromBackendHttpSettings) Set the pickHostnameFromBackendHttpSettings property: Whether the host header should be picked from the backend http settings.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: The protocol used for the probe.withTimeout(Integer timeout) Set the timeout property: The probe timeout in seconds.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
ApplicationGatewayOnDemandProbe
public ApplicationGatewayOnDemandProbe()Creates an instance of ApplicationGatewayOnDemandProbe class.
-
-
Method Details
-
protocol
Get the protocol property: The protocol used for the probe.- Returns:
- the protocol value.
-
withProtocol
Set the protocol property: The protocol used for the probe.- Parameters:
protocol- the protocol value to set.- Returns:
- the ApplicationGatewayOnDemandProbe object itself.
-
host
Get the host property: Host name to send the probe to.- Returns:
- the host value.
-
withHost
Set the host property: Host name to send the probe to.- Parameters:
host- the host value to set.- Returns:
- the ApplicationGatewayOnDemandProbe object itself.
-
path
Get the path property: Relative path of probe. Valid path starts from '/'. Probe is sent to <Protocol>://<host>:<port><path>.- Returns:
- the path value.
-
withPath
Set the path property: Relative path of probe. Valid path starts from '/'. Probe is sent to <Protocol>://<host>:<port><path>.- Parameters:
path- the path value to set.- Returns:
- the ApplicationGatewayOnDemandProbe object itself.
-
timeout
Get the timeout property: The probe timeout in seconds. Probe marked as failed if valid response is not received with this timeout period. Acceptable values are from 1 second to 86400 seconds.- Returns:
- the timeout value.
-
withTimeout
Set the timeout property: The probe timeout in seconds. Probe marked as failed if valid response is not received with this timeout period. Acceptable values are from 1 second to 86400 seconds.- Parameters:
timeout- the timeout value to set.- Returns:
- the ApplicationGatewayOnDemandProbe object itself.
-
pickHostnameFromBackendHttpSettings
Get the pickHostnameFromBackendHttpSettings property: Whether the host header should be picked from the backend http settings. Default value is false.- Returns:
- the pickHostnameFromBackendHttpSettings value.
-
withPickHostnameFromBackendHttpSettings
public ApplicationGatewayOnDemandProbe withPickHostnameFromBackendHttpSettings(Boolean pickHostnameFromBackendHttpSettings) Set the pickHostnameFromBackendHttpSettings property: Whether the host header should be picked from the backend http settings. Default value is false.- Parameters:
pickHostnameFromBackendHttpSettings- the pickHostnameFromBackendHttpSettings value to set.- Returns:
- the ApplicationGatewayOnDemandProbe object itself.
-
match
Get the match property: Criterion for classifying a healthy probe response.- Returns:
- the match value.
-
withMatch
Set the match property: Criterion for classifying a healthy probe response.- Parameters:
match- the match value to set.- Returns:
- the ApplicationGatewayOnDemandProbe object itself.
-
backendAddressPool
public com.azure.core.management.SubResource backendAddressPool()Get the backendAddressPool property: Reference to backend pool of application gateway to which probe request will be sent.- Returns:
- the backendAddressPool value.
-
withBackendAddressPool
public ApplicationGatewayOnDemandProbe withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool) Set the backendAddressPool property: Reference to backend pool of application gateway to which probe request will be sent.- Parameters:
backendAddressPool- the backendAddressPool value to set.- Returns:
- the ApplicationGatewayOnDemandProbe object itself.
-
backendHttpSettings
public com.azure.core.management.SubResource backendHttpSettings()Get the backendHttpSettings property: Reference to backend http setting of application gateway to be used for test probe.- Returns:
- the backendHttpSettings value.
-
withBackendHttpSettings
public ApplicationGatewayOnDemandProbe withBackendHttpSettings(com.azure.core.management.SubResource backendHttpSettings) Set the backendHttpSettings property: Reference to backend http setting of application gateway to be used for test probe.- Parameters:
backendHttpSettings- the backendHttpSettings value to set.- Returns:
- the ApplicationGatewayOnDemandProbe object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<ApplicationGatewayOnDemandProbe>- Throws:
IOException
-
fromJson
public static ApplicationGatewayOnDemandProbe fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of ApplicationGatewayOnDemandProbe from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of ApplicationGatewayOnDemandProbe if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the ApplicationGatewayOnDemandProbe.
-