azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

132 строки
8.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.HttpRequestInfo"
fullName: "com.microsoft.azure.management.monitor.HttpRequestInfo"
name: "HttpRequestInfo"
nameWithType: "HttpRequestInfo"
summary: "The Http request info."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **HttpRequestInfo**"
constructors:
- uid: "com.microsoft.azure.management.monitor.HttpRequestInfo.HttpRequestInfo()"
fullName: "com.microsoft.azure.management.monitor.HttpRequestInfo.HttpRequestInfo()"
name: "HttpRequestInfo()"
nameWithType: "HttpRequestInfo.HttpRequestInfo()"
syntax: "public HttpRequestInfo()"
methods:
- uid: "com.microsoft.azure.management.monitor.HttpRequestInfo.clientIpAddress()"
fullName: "com.microsoft.azure.management.monitor.HttpRequestInfo.clientIpAddress()"
name: "clientIpAddress()"
nameWithType: "HttpRequestInfo.clientIpAddress()"
summary: "Get the client Ip Address."
syntax: "public String clientIpAddress()"
desc: "Get the client Ip Address."
returns:
description: "the clientIpAddress value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.HttpRequestInfo.clientRequestId()"
fullName: "com.microsoft.azure.management.monitor.HttpRequestInfo.clientRequestId()"
name: "clientRequestId()"
nameWithType: "HttpRequestInfo.clientRequestId()"
summary: "Get the client request id."
syntax: "public String clientRequestId()"
desc: "Get the client request id."
returns:
description: "the clientRequestId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.HttpRequestInfo.method()"
fullName: "com.microsoft.azure.management.monitor.HttpRequestInfo.method()"
name: "method()"
nameWithType: "HttpRequestInfo.method()"
summary: "Get the Http request method."
syntax: "public String method()"
desc: "Get the Http request method."
returns:
description: "the method value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.HttpRequestInfo.uri()"
fullName: "com.microsoft.azure.management.monitor.HttpRequestInfo.uri()"
name: "uri()"
nameWithType: "HttpRequestInfo.uri()"
summary: "Get the Uri."
syntax: "public String uri()"
desc: "Get the Uri."
returns:
description: "the uri value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.HttpRequestInfo.withClientIpAddress(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.HttpRequestInfo.withClientIpAddress(String clientIpAddress)"
name: "withClientIpAddress(String clientIpAddress)"
nameWithType: "HttpRequestInfo.withClientIpAddress(String clientIpAddress)"
summary: "Set the client Ip Address."
parameters:
- description: "the clientIpAddress value to set"
name: "clientIpAddress"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public HttpRequestInfo withClientIpAddress(String clientIpAddress)"
desc: "Set the client Ip Address."
returns:
description: "the HttpRequestInfo object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.HttpRequestInfo?alt=com.microsoft.azure.management.monitor.HttpRequestInfo&text=HttpRequestInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.HttpRequestInfo.withClientRequestId(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.HttpRequestInfo.withClientRequestId(String clientRequestId)"
name: "withClientRequestId(String clientRequestId)"
nameWithType: "HttpRequestInfo.withClientRequestId(String clientRequestId)"
summary: "Set the client request id."
parameters:
- description: "the clientRequestId value to set"
name: "clientRequestId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public HttpRequestInfo withClientRequestId(String clientRequestId)"
desc: "Set the client request id."
returns:
description: "the HttpRequestInfo object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.HttpRequestInfo?alt=com.microsoft.azure.management.monitor.HttpRequestInfo&text=HttpRequestInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.HttpRequestInfo.withMethod(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.HttpRequestInfo.withMethod(String method)"
name: "withMethod(String method)"
nameWithType: "HttpRequestInfo.withMethod(String method)"
summary: "Set the Http request method."
parameters:
- description: "the method value to set"
name: "method"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public HttpRequestInfo withMethod(String method)"
desc: "Set the Http request method."
returns:
description: "the HttpRequestInfo object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.HttpRequestInfo?alt=com.microsoft.azure.management.monitor.HttpRequestInfo&text=HttpRequestInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.HttpRequestInfo.withUri(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.HttpRequestInfo.withUri(String uri)"
name: "withUri(String uri)"
nameWithType: "HttpRequestInfo.withUri(String uri)"
summary: "Set the Uri."
parameters:
- description: "the uri value to set"
name: "uri"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public HttpRequestInfo withUri(String uri)"
desc: "Set the Uri."
returns:
description: "the HttpRequestInfo object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.HttpRequestInfo?alt=com.microsoft.azure.management.monitor.HttpRequestInfo&text=HttpRequestInfo\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The Http request info."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4