RestParameters Class
- java.
lang. Object - com.
azure. resourcemanager. deploymentmanager. fluent. models. RestParameters
- com.
public final class RestParameters
The parameters for the REST health check.
Constructor Summary
| Constructor | Description |
|---|---|
| RestParameters() |
Creates an instance of Rest |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Rest |
healthChecks()
Get the health |
| void |
validate()
Validates the instance. |
|
Rest |
withHealthChecks(List<RestHealthCheck> healthChecks)
Set the health |
Methods inherited from java.lang.Object
Constructor Details
RestParameters
public RestParameters()
Creates an instance of RestParameters class.
Method Details
healthChecks
public List<RestHealthCheck> healthChecks()
Get the healthChecks property: The list of checks that form the health check step.
Returns:
validate
public void validate()
Validates the instance.
withHealthChecks
public RestParameters withHealthChecks(List<RestHealthCheck> healthChecks)
Set the healthChecks property: The list of checks that form the health check step.
Parameters:
Returns: