Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.RequestReportRecordContractInner
Packages that use RequestReportRecordContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of RequestReportRecordContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type RequestReportRecordContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<RequestReportRecordContractInner> ReportsClient.listByRequest(String resourceGroupName, String serviceName, String filter) Lists report records by Request.com.azure.core.http.rest.PagedIterable<RequestReportRecordContractInner> ReportsClient.listByRequest(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists report records by Request. -
Uses of RequestReportRecordContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return RequestReportRecordContractInnerModifier and TypeMethodDescriptionRequestReportRecordContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RequestReportRecordContractInner from the JsonReader.Set the apiId property: API identifier path.RequestReportRecordContractInner.withApiRegion(String apiRegion) Set the apiRegion property: Azure region where the gateway that processed this request is located.RequestReportRecordContractInner.withApiTime(Double apiTime) Set the apiTime property: The total time it took to process this request.RequestReportRecordContractInner.withBackendResponseCode(String backendResponseCode) Set the backendResponseCode property: The HTTP status code received by the gateway as a result of forwarding this request to the backend.Set the cache property: Specifies if response cache was involved in generating the response.RequestReportRecordContractInner.withIpAddress(String ipAddress) Set the ipAddress property: The client IP address associated with this request.RequestReportRecordContractInner.withMethod(String method) Set the method property: The HTTP method associated with this request..RequestReportRecordContractInner.withOperationId(String operationId) Set the operationId property: Operation identifier path.RequestReportRecordContractInner.withRequestId(String requestId) Set the requestId property: Request Identifier.RequestReportRecordContractInner.withRequestSize(Integer requestSize) Set the requestSize property: The size of this request..RequestReportRecordContractInner.withResponseCode(Integer responseCode) Set the responseCode property: The HTTP status code returned by the gateway.RequestReportRecordContractInner.withResponseSize(Integer responseSize) Set the responseSize property: The size of the response returned by the gateway.RequestReportRecordContractInner.withServiceTime(Double serviceTime) Set the serviceTime property: he time it took to forward this request to the backend and get the response back.RequestReportRecordContractInner.withSubscriptionId(String subscriptionId) Set the subscriptionId property: Subscription identifier path.RequestReportRecordContractInner.withTimestamp(OffsetDateTime timestamp) Set the timestamp property: The date and time when this request was received by the gateway in ISO 8601 format.Set the url property: The full URL associated with this request. -
Uses of RequestReportRecordContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return RequestReportRecordContractInnerModifier and TypeMethodDescriptionRequestReportRecordContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.RequestReportRecordContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type RequestReportRecordContractInnerModifier and TypeMethodDescriptionRequestReportCollection.value()Get the value property: Page values.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type RequestReportRecordContractInnerModifier and TypeMethodDescriptionRequestReportCollection.withValue(List<RequestReportRecordContractInner> value) Set the value property: Page values.