azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

150 строки
9.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appservice.models.Request"
fullName: "com.azure.resourcemanager.appservice.models.Request"
name: "Request"
nameWithType: "Request"
summary: "A request."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **Request**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.models.Request?alt=com.azure.resourcemanager.appservice.models.Request&text=Request\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.appservice.models.Request.Request()"
fullName: "com.azure.resourcemanager.appservice.models.Request.Request()"
name: "Request()"
nameWithType: "Request.Request()"
summary: "Creates an instance of Request class."
syntax: "public Request()"
desc: "Creates an instance of Request class."
methods:
- uid: "com.azure.resourcemanager.appservice.models.Request.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.appservice.models.Request.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "Request.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Request from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static Request fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the Request."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of Request from the JsonReader."
returns:
description: "An instance of Request if the JsonReader was pointing to an instance of it, or null if it was pointing to\n JSON null."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Request?alt=com.azure.resourcemanager.appservice.models.Request&text=Request\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.Request.headers()"
fullName: "com.azure.resourcemanager.appservice.models.Request.headers()"
name: "headers()"
nameWithType: "Request.headers()"
summary: "Get the headers property: A list of all the headers attached to the request."
syntax: "public Object headers()"
desc: "Get the headers property: A list of all the headers attached to the request."
returns:
description: "the headers value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
- uid: "com.azure.resourcemanager.appservice.models.Request.method()"
fullName: "com.azure.resourcemanager.appservice.models.Request.method()"
name: "method()"
nameWithType: "Request.method()"
summary: "Get the method property: The HTTP method used for the request."
syntax: "public String method()"
desc: "Get the method property: The HTTP method used for the request."
returns:
description: "the method value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.Request.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.appservice.models.Request.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "Request.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.Request.uri()"
fullName: "com.azure.resourcemanager.appservice.models.Request.uri()"
name: "uri()"
nameWithType: "Request.uri()"
summary: "Get the uri property: The destination for the request."
syntax: "public String uri()"
desc: "Get the uri property: The destination for the request."
returns:
description: "the uri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.Request.validate()"
fullName: "com.azure.resourcemanager.appservice.models.Request.validate()"
name: "validate()"
nameWithType: "Request.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.appservice.models.Request.withHeaders(java.lang.Object)"
fullName: "com.azure.resourcemanager.appservice.models.Request.withHeaders(Object headers)"
name: "withHeaders(Object headers)"
nameWithType: "Request.withHeaders(Object headers)"
summary: "Set the headers property: A list of all the headers attached to the request."
parameters:
- description: "the headers value to set."
name: "headers"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public Request withHeaders(Object headers)"
desc: "Set the headers property: A list of all the headers attached to the request."
returns:
description: "the Request object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Request?alt=com.azure.resourcemanager.appservice.models.Request&text=Request\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.Request.withMethod(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.Request.withMethod(String method)"
name: "withMethod(String method)"
nameWithType: "Request.withMethod(String method)"
summary: "Set the method property: The HTTP method used for the request."
parameters:
- description: "the method value to set."
name: "method"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Request withMethod(String method)"
desc: "Set the method property: The HTTP method used for the request."
returns:
description: "the Request object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Request?alt=com.azure.resourcemanager.appservice.models.Request&text=Request\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.Request.withUri(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.Request.withUri(String uri)"
name: "withUri(String uri)"
nameWithType: "Request.withUri(String uri)"
summary: "Set the uri property: The destination for the request."
parameters:
- description: "the uri value to set."
name: "uri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Request withUri(String uri)"
desc: "Set the uri property: The destination for the request."
returns:
description: "the Request object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Request?alt=com.azure.resourcemanager.appservice.models.Request&text=Request\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A request."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.models.Request?alt=com.azure.resourcemanager.appservice.models.Request&text=Request\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0