Uses of Class
com.microsoft.azure.management.monitor.HttpRequestInfo
-
-
Uses of HttpRequestInfo in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return HttpRequestInfo Modifier and Type Method Description HttpRequestInfoEventData. httpRequest()Get the httpRequest value.HttpRequestInfoHttpRequestInfo. withClientIpAddress(String clientIpAddress)Set the client Ip Address.HttpRequestInfoHttpRequestInfo. withClientRequestId(String clientRequestId)Set the client request id.HttpRequestInfoHttpRequestInfo. withMethod(String method)Set the Http request method.HttpRequestInfoHttpRequestInfo. withUri(String uri)Set the Uri.
-