Uses of Class
com.azure.resourcemanager.deploymentmanager.models.RestRequest
Packages that use RestRequest
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of RestRequest in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return RestRequestModifier and TypeMethodDescriptionRestHealthCheck.request()Get the request property: The request to the health provider.RestRequest.withAuthentication(RestRequestAuthentication authentication) Set the authentication property: The authentication information required in the request to the health provider.RestRequest.withMethod(RestRequestMethod method) Set the method property: The HTTP method to use for the request.Set the uri property: The HTTP URI to use for the request.Methods in com.azure.resourcemanager.deploymentmanager.models with parameters of type RestRequestModifier and TypeMethodDescriptionRestHealthCheck.withRequest(RestRequest request) Set the request property: The request to the health provider.