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

137 строки
7.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.monitor.models.HttpRequestInfo"
fullName: "com.azure.resourcemanager.monitor.models.HttpRequestInfo"
name: "HttpRequestInfo"
nameWithType: "HttpRequestInfo"
summary: "The Http request info."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class HttpRequestInfo"
constructors:
- uid: "com.azure.resourcemanager.monitor.models.HttpRequestInfo.HttpRequestInfo()"
fullName: "com.azure.resourcemanager.monitor.models.HttpRequestInfo.HttpRequestInfo()"
name: "HttpRequestInfo()"
nameWithType: "HttpRequestInfo.HttpRequestInfo()"
syntax: "public HttpRequestInfo()"
methods:
- uid: "com.azure.resourcemanager.monitor.models.HttpRequestInfo.clientIpAddress()"
fullName: "com.azure.resourcemanager.monitor.models.HttpRequestInfo.clientIpAddress()"
name: "clientIpAddress()"
nameWithType: "HttpRequestInfo.clientIpAddress()"
summary: "Get the client<wbr>IpAddress property: the client Ip Address."
syntax: "public String clientIpAddress()"
desc: "Get the clientIpAddress property: the client Ip Address."
returns:
description: "the clientIpAddress value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.HttpRequestInfo.clientRequestId()"
fullName: "com.azure.resourcemanager.monitor.models.HttpRequestInfo.clientRequestId()"
name: "clientRequestId()"
nameWithType: "HttpRequestInfo.clientRequestId()"
summary: "Get the client<wbr>Request<wbr>Id property: the client request id."
syntax: "public String clientRequestId()"
desc: "Get the clientRequestId property: the client request id."
returns:
description: "the clientRequestId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.HttpRequestInfo.method()"
fullName: "com.azure.resourcemanager.monitor.models.HttpRequestInfo.method()"
name: "method()"
nameWithType: "HttpRequestInfo.method()"
summary: "Get the method property: the Http request method."
syntax: "public String method()"
desc: "Get the method property: the Http request method."
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.monitor.models.HttpRequestInfo.uri()"
fullName: "com.azure.resourcemanager.monitor.models.HttpRequestInfo.uri()"
name: "uri()"
nameWithType: "HttpRequestInfo.uri()"
summary: "Get the uri property: the Uri."
syntax: "public String uri()"
desc: "Get the uri property: the Uri."
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.monitor.models.HttpRequestInfo.validate()"
fullName: "com.azure.resourcemanager.monitor.models.HttpRequestInfo.validate()"
name: "validate()"
nameWithType: "HttpRequestInfo.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.monitor.models.HttpRequestInfo.withClientIpAddress(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.models.HttpRequestInfo.withClientIpAddress(String clientIpAddress)"
name: "withClientIpAddress(String clientIpAddress)"
nameWithType: "HttpRequestInfo.withClientIpAddress(String clientIpAddress)"
summary: "Set the client<wbr>IpAddress property: the client Ip Address."
parameters:
- description: "the clientIpAddress value to set."
name: "clientIpAddress"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public HttpRequestInfo withClientIpAddress(String clientIpAddress)"
desc: "Set the clientIpAddress property: the client Ip Address."
returns:
description: "the HttpRequestInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.HttpRequestInfo?alt=com.azure.resourcemanager.monitor.models.HttpRequestInfo&text=HttpRequestInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.HttpRequestInfo.withClientRequestId(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.models.HttpRequestInfo.withClientRequestId(String clientRequestId)"
name: "withClientRequestId(String clientRequestId)"
nameWithType: "HttpRequestInfo.withClientRequestId(String clientRequestId)"
summary: "Set the client<wbr>Request<wbr>Id property: the client request id."
parameters:
- description: "the clientRequestId value to set."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public HttpRequestInfo withClientRequestId(String clientRequestId)"
desc: "Set the clientRequestId property: the client request id."
returns:
description: "the HttpRequestInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.HttpRequestInfo?alt=com.azure.resourcemanager.monitor.models.HttpRequestInfo&text=HttpRequestInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.HttpRequestInfo.withMethod(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.models.HttpRequestInfo.withMethod(String method)"
name: "withMethod(String method)"
nameWithType: "HttpRequestInfo.withMethod(String method)"
summary: "Set the method property: the Http request method."
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 HttpRequestInfo withMethod(String method)"
desc: "Set the method property: the Http request method."
returns:
description: "the HttpRequestInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.HttpRequestInfo?alt=com.azure.resourcemanager.monitor.models.HttpRequestInfo&text=HttpRequestInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.HttpRequestInfo.withUri(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.models.HttpRequestInfo.withUri(String uri)"
name: "withUri(String uri)"
nameWithType: "HttpRequestInfo.withUri(String uri)"
summary: "Set the uri property: the Uri."
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 HttpRequestInfo withUri(String uri)"
desc: "Set the uri property: the Uri."
returns:
description: "the HttpRequestInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.HttpRequestInfo?alt=com.azure.resourcemanager.monitor.models.HttpRequestInfo&text=HttpRequestInfo\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The Http request info."
metadata: {}
package: "com.azure.resourcemanager.monitor.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.18.0