Uses of Class
com.azure.resourcemanager.appservice.models.Request
Packages that use Request
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of Request in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return RequestModifier and TypeMethodDescriptionstatic Request
Request.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Request from the JsonReader.RequestHistoryProperties.request()
Get the request property: The request.Request.withHeaders
(Object headers) Set the headers property: A list of all the headers attached to the request.Request.withMethod
(String method) Set the method property: The HTTP method used for the request.Set the uri property: The destination for the request.Methods in com.azure.resourcemanager.appservice.models with parameters of type RequestModifier and TypeMethodDescriptionRequestHistoryProperties.withRequest
(Request request) Set the request property: The request.