Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ReportRecordContractInner
Packages that use ReportRecordContractInner
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 ReportRecordContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type ReportRecordContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ReportRecordContractInner> Lists report records by API.com.azure.core.http.rest.PagedIterable<ReportRecordContractInner> ReportsClient.listByApi(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, String orderby, com.azure.core.util.Context context) Lists report records by API.com.azure.core.http.rest.PagedIterable<ReportRecordContractInner> Lists report records by geography.com.azure.core.http.rest.PagedIterable<ReportRecordContractInner> ReportsClient.listByGeo(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists report records by geography.com.azure.core.http.rest.PagedIterable<ReportRecordContractInner> ReportsClient.listByOperation(String resourceGroupName, String serviceName, String filter) Lists report records by API Operations.com.azure.core.http.rest.PagedIterable<ReportRecordContractInner> ReportsClient.listByOperation(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, String orderby, com.azure.core.util.Context context) Lists report records by API Operations.com.azure.core.http.rest.PagedIterable<ReportRecordContractInner> ReportsClient.listByProduct(String resourceGroupName, String serviceName, String filter) Lists report records by Product.com.azure.core.http.rest.PagedIterable<ReportRecordContractInner> ReportsClient.listByProduct(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, String orderby, com.azure.core.util.Context context) Lists report records by Product.com.azure.core.http.rest.PagedIterable<ReportRecordContractInner> ReportsClient.listBySubscription(String resourceGroupName, String serviceName, String filter) Lists report records by subscription.com.azure.core.http.rest.PagedIterable<ReportRecordContractInner> ReportsClient.listBySubscription(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, String orderby, com.azure.core.util.Context context) Lists report records by subscription.com.azure.core.http.rest.PagedIterable<ReportRecordContractInner> ReportsClient.listByTime(String resourceGroupName, String serviceName, String filter, Duration interval) Lists report records by Time.com.azure.core.http.rest.PagedIterable<ReportRecordContractInner> ReportsClient.listByTime(String resourceGroupName, String serviceName, String filter, Duration interval, Integer top, Integer skip, String orderby, com.azure.core.util.Context context) Lists report records by Time.com.azure.core.http.rest.PagedIterable<ReportRecordContractInner> ReportsClient.listByUser(String resourceGroupName, String serviceName, String filter) Lists report records by User.com.azure.core.http.rest.PagedIterable<ReportRecordContractInner> ReportsClient.listByUser(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, String orderby, com.azure.core.util.Context context) Lists report records by User. -
Uses of ReportRecordContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ReportRecordContractInnerModifier and TypeMethodDescriptionstatic ReportRecordContractInnerReportRecordContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ReportRecordContractInner from the JsonReader.Set the apiId property: API identifier path.ReportRecordContractInner.withApiRegion(String apiRegion) Set the apiRegion property: API region identifier.ReportRecordContractInner.withApiTimeAvg(Double apiTimeAvg) Set the apiTimeAvg property: Average time it took to process request.ReportRecordContractInner.withApiTimeMax(Double apiTimeMax) Set the apiTimeMax property: Maximum time it took to process request.ReportRecordContractInner.withApiTimeMin(Double apiTimeMin) Set the apiTimeMin property: Minimum time it took to process request.ReportRecordContractInner.withBandwidth(Long bandwidth) Set the bandwidth property: Bandwidth consumed.ReportRecordContractInner.withCacheHitCount(Integer cacheHitCount) Set the cacheHitCount property: Number of times when content was served from cache policy.ReportRecordContractInner.withCacheMissCount(Integer cacheMissCount) Set the cacheMissCount property: Number of times content was fetched from backend.ReportRecordContractInner.withCallCountBlocked(Integer callCountBlocked) Set the callCountBlocked property: Number of calls blocked due to invalid credentials.ReportRecordContractInner.withCallCountFailed(Integer callCountFailed) Set the callCountFailed property: Number of calls failed due to gateway or backend errors.ReportRecordContractInner.withCallCountOther(Integer callCountOther) Set the callCountOther property: Number of other calls.ReportRecordContractInner.withCallCountSuccess(Integer callCountSuccess) Set the callCountSuccess property: Number of successful calls.ReportRecordContractInner.withCallCountTotal(Integer callCountTotal) Set the callCountTotal property: Total number of calls.ReportRecordContractInner.withCountry(String country) Set the country property: Country to which this record data is related.ReportRecordContractInner.withInterval(String interval) Set the interval property: Length of aggregation period.Set the name property: Name depending on report endpoint specifies product, API, operation or developer name.ReportRecordContractInner.withOperationId(String operationId) Set the operationId property: Operation identifier path.ReportRecordContractInner.withRegion(String region) Set the region property: Country region to which this record data is related.ReportRecordContractInner.withServiceTimeAvg(Double serviceTimeAvg) Set the serviceTimeAvg property: Average time it took to process request on backend.ReportRecordContractInner.withServiceTimeMax(Double serviceTimeMax) Set the serviceTimeMax property: Maximum time it took to process request on backend.ReportRecordContractInner.withServiceTimeMin(Double serviceTimeMin) Set the serviceTimeMin property: Minimum time it took to process request on backend.ReportRecordContractInner.withSubscriptionId(String subscriptionId) Set the subscriptionId property: Subscription identifier path.ReportRecordContractInner.withTimestamp(OffsetDateTime timestamp) Set the timestamp property: Start of aggregation period.Set the zip property: Zip code to which this record data is related. -
Uses of ReportRecordContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ReportRecordContractInnerModifier and TypeMethodDescriptionReportRecordContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ReportRecordContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ReportRecordContractInnerMethod parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type ReportRecordContractInnerModifier and TypeMethodDescriptionReportCollection.withValue(List<ReportRecordContractInner> value) Set the value property: Page values.