Uses of Class
com.azure.resourcemanager.compute.models.RequestRateByIntervalInput
-
Packages that use RequestRateByIntervalInput Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 RequestRateByIntervalInput Modifier and Type Method Description com.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.LogAnalyticsOperationResultInnerLogAnalyticsClient. exportRequestRateByInterval(String location, RequestRateByIntervalInput parameters)Export logs that show Api requests made by this subscription in the given time window to show throttling activities.LogAnalyticsOperationResultInnerLogAnalyticsClient. 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.Mono<LogAnalyticsOperationResultInner>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 RequestRateByIntervalInput Modifier and Type Method Description RequestRateByIntervalInputRequestRateByIntervalInput. withBlobContainerSasUri(String blobContainerSasUri)Set the blobContainerSasUri property: SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.RequestRateByIntervalInputRequestRateByIntervalInput. withFromTime(OffsetDateTime fromTime)Set the fromTime property: From time of the query.RequestRateByIntervalInputRequestRateByIntervalInput. withGroupByClientApplicationId(Boolean groupByClientApplicationId)Set the groupByClientApplicationId property: Group query result by Client Application ID.RequestRateByIntervalInputRequestRateByIntervalInput. withGroupByOperationName(Boolean groupByOperationName)Set the groupByOperationName property: Group query result by Operation Name.RequestRateByIntervalInputRequestRateByIntervalInput. withGroupByResourceName(Boolean groupByResourceName)Set the groupByResourceName property: Group query result by Resource Name.RequestRateByIntervalInputRequestRateByIntervalInput. withGroupByThrottlePolicy(Boolean groupByThrottlePolicy)Set the groupByThrottlePolicy property: Group query result by Throttle Policy applied.RequestRateByIntervalInputRequestRateByIntervalInput. withGroupByUserAgent(Boolean groupByUserAgent)Set the groupByUserAgent property: Group query result by User Agent.RequestRateByIntervalInputRequestRateByIntervalInput. withIntervalLength(IntervalInMins intervalLength)Set the intervalLength property: Interval value in minutes used to create LogAnalytics call rate logs.RequestRateByIntervalInputRequestRateByIntervalInput. withToTime(OffsetDateTime toTime)Set the toTime property: To time of the query.
-