Uses of Class
com.azure.resourcemanager.compute.models.RequestRateByIntervalInput
Packages that use RequestRateByIntervalInput
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of RequestRateByIntervalInput in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type RequestRateByIntervalInputModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LogAnalyticsOperationResultInner>, LogAnalyticsOperationResultInner> LogAnalyticsClient.beginExportRequestRateByInterval(String location, RequestRateByIntervalInput parameters) Export logs that show Api requests made by this subscription in the given time window to show throttling activities.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LogAnalyticsOperationResultInner>, LogAnalyticsOperationResultInner> LogAnalyticsClient.beginExportRequestRateByInterval(String location, RequestRateByIntervalInput parameters, com.azure.core.util.Context context) Export logs that show Api requests made by this subscription in the given time window to show throttling activities.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<LogAnalyticsOperationResultInner>, LogAnalyticsOperationResultInner> LogAnalyticsClient.beginExportRequestRateByIntervalAsync(String location, RequestRateByIntervalInput parameters) Export logs that show Api requests made by this subscription in the given time window to show throttling activities.LogAnalyticsClient.exportRequestRateByInterval(String location, RequestRateByIntervalInput parameters) Export logs that show Api requests made by this subscription in the given time window to show throttling activities.LogAnalyticsClient.exportRequestRateByInterval(String location, RequestRateByIntervalInput parameters, com.azure.core.util.Context context) Export logs that show Api requests made by this subscription in the given time window to show throttling activities.LogAnalyticsClient.exportRequestRateByIntervalAsync(String location, RequestRateByIntervalInput parameters) Export logs that show Api requests made by this subscription in the given time window to show throttling activities.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> LogAnalyticsClient.exportRequestRateByIntervalWithResponseAsync(String location, RequestRateByIntervalInput parameters) Export logs that show Api requests made by this subscription in the given time window to show throttling activities. -
Uses of RequestRateByIntervalInput in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return RequestRateByIntervalInputModifier and TypeMethodDescriptionstatic RequestRateByIntervalInputRequestRateByIntervalInput.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RequestRateByIntervalInput from the JsonReader.RequestRateByIntervalInput.withBlobContainerSasUri(String blobContainerSasUri) Set the blobContainerSasUri property: SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.RequestRateByIntervalInput.withFromTime(OffsetDateTime fromTime) Set the fromTime property: From time of the query.RequestRateByIntervalInput.withGroupByClientApplicationId(Boolean groupByClientApplicationId) Set the groupByClientApplicationId property: Group query result by Client Application ID.RequestRateByIntervalInput.withGroupByOperationName(Boolean groupByOperationName) Set the groupByOperationName property: Group query result by Operation Name.RequestRateByIntervalInput.withGroupByResourceName(Boolean groupByResourceName) Set the groupByResourceName property: Group query result by Resource Name.RequestRateByIntervalInput.withGroupByThrottlePolicy(Boolean groupByThrottlePolicy) Set the groupByThrottlePolicy property: Group query result by Throttle Policy applied.RequestRateByIntervalInput.withGroupByUserAgent(Boolean groupByUserAgent) Set the groupByUserAgent property: Group query result by User Agent.RequestRateByIntervalInput.withIntervalLength(IntervalInMins intervalLength) Set the intervalLength property: Interval value in minutes used to create LogAnalytics call rate logs.RequestRateByIntervalInput.withToTime(OffsetDateTime toTime) Set the toTime property: To time of the query.