Uses of Class
com.azure.resourcemanager.monitor.models.HttpRequestInfo
-
Packages that use HttpRequestInfo Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of HttpRequestInfo in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return HttpRequestInfo Modifier and Type Method Description HttpRequestInfoEventDataInner. httpRequest()Get the httpRequest property: the HTTP request info. -
Uses of HttpRequestInfo in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return HttpRequestInfo Modifier and Type Method Description HttpRequestInfoEventData. httpRequest()Get the httpRequest value.HttpRequestInfoHttpRequestInfo. withClientIpAddress(String clientIpAddress)Set the clientIpAddress property: the client Ip Address.HttpRequestInfoHttpRequestInfo. withClientRequestId(String clientRequestId)Set the clientRequestId property: the client request id.HttpRequestInfoHttpRequestInfo. withMethod(String method)Set the method property: the Http request method.HttpRequestInfoHttpRequestInfo. withUri(String uri)Set the uri property: the Uri.
-