Uses of Class
com.azure.resourcemanager.deploymentmanager.models.RestResponse
Packages that use RestResponse
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of RestResponse in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return RestResponseModifier and TypeMethodDescriptionRestHealthCheck.response()Get the response property: The expected response from the health provider.RestResponse.withRegex(RestResponseRegex regex) Set the regex property: The regular expressions to match the response content with.RestResponse.withSuccessStatusCodes(List<String> successStatusCodes) Set the successStatusCodes property: The HTTP status codes expected in a successful health check response.Methods in com.azure.resourcemanager.deploymentmanager.models with parameters of type RestResponseModifier and TypeMethodDescriptionRestHealthCheck.withResponse(RestResponse response) Set the response property: The expected response from the health provider.