Uses of Class
com.azure.resourcemanager.compute.models.ThrottledRequestsInput
Packages that use ThrottledRequestsInput
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ThrottledRequestsInput in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type ThrottledRequestsInputModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LogAnalyticsOperationResultInner>, LogAnalyticsOperationResultInner> LogAnalyticsClient.beginExportThrottledRequests(String location, ThrottledRequestsInput parameters) Export logs that show total throttled Api requests for this subscription in the given time window.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LogAnalyticsOperationResultInner>, LogAnalyticsOperationResultInner> LogAnalyticsClient.beginExportThrottledRequests(String location, ThrottledRequestsInput parameters, com.azure.core.util.Context context) Export logs that show total throttled Api requests for this subscription in the given time window.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<LogAnalyticsOperationResultInner>, LogAnalyticsOperationResultInner> LogAnalyticsClient.beginExportThrottledRequestsAsync(String location, ThrottledRequestsInput parameters) Export logs that show total throttled Api requests for this subscription in the given time window.LogAnalyticsClient.exportThrottledRequests(String location, ThrottledRequestsInput parameters) Export logs that show total throttled Api requests for this subscription in the given time window.LogAnalyticsClient.exportThrottledRequests(String location, ThrottledRequestsInput parameters, com.azure.core.util.Context context) Export logs that show total throttled Api requests for this subscription in the given time window.LogAnalyticsClient.exportThrottledRequestsAsync(String location, ThrottledRequestsInput parameters) Export logs that show total throttled Api requests for this subscription in the given time window.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> LogAnalyticsClient.exportThrottledRequestsWithResponseAsync(String location, ThrottledRequestsInput parameters) Export logs that show total throttled Api requests for this subscription in the given time window. -
Uses of ThrottledRequestsInput in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ThrottledRequestsInputModifier and TypeMethodDescriptionstatic ThrottledRequestsInputThrottledRequestsInput.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ThrottledRequestsInput from the JsonReader.ThrottledRequestsInput.withBlobContainerSasUri(String blobContainerSasUri) Set the blobContainerSasUri property: SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.ThrottledRequestsInput.withFromTime(OffsetDateTime fromTime) Set the fromTime property: From time of the query.ThrottledRequestsInput.withGroupByClientApplicationId(Boolean groupByClientApplicationId) Set the groupByClientApplicationId property: Group query result by Client Application ID.ThrottledRequestsInput.withGroupByOperationName(Boolean groupByOperationName) Set the groupByOperationName property: Group query result by Operation Name.ThrottledRequestsInput.withGroupByResourceName(Boolean groupByResourceName) Set the groupByResourceName property: Group query result by Resource Name.ThrottledRequestsInput.withGroupByThrottlePolicy(Boolean groupByThrottlePolicy) Set the groupByThrottlePolicy property: Group query result by Throttle Policy applied.ThrottledRequestsInput.withGroupByUserAgent(Boolean groupByUserAgent) Set the groupByUserAgent property: Group query result by User Agent.ThrottledRequestsInput.withToTime(OffsetDateTime toTime) Set the toTime property: To time of the query.