Uses of Class
com.azure.resourcemanager.compute.models.ThrottledRequestsInput
-
Packages that use ThrottledRequestsInput 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 ThrottledRequestsInput in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type ThrottledRequestsInput Modifier and Type Method Description com.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.LogAnalyticsOperationResultInnerLogAnalyticsClient. exportThrottledRequests(String location, ThrottledRequestsInput parameters)Export logs that show total throttled Api requests for this subscription in the given time window.LogAnalyticsOperationResultInnerLogAnalyticsClient. 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.Mono<LogAnalyticsOperationResultInner>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 ThrottledRequestsInput Modifier and Type Method Description ThrottledRequestsInputThrottledRequestsInput. withBlobContainerSasUri(String blobContainerSasUri)Set the blobContainerSasUri property: SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.ThrottledRequestsInputThrottledRequestsInput. withFromTime(OffsetDateTime fromTime)Set the fromTime property: From time of the query.ThrottledRequestsInputThrottledRequestsInput. withGroupByClientApplicationId(Boolean groupByClientApplicationId)Set the groupByClientApplicationId property: Group query result by Client Application ID.ThrottledRequestsInputThrottledRequestsInput. withGroupByOperationName(Boolean groupByOperationName)Set the groupByOperationName property: Group query result by Operation Name.ThrottledRequestsInputThrottledRequestsInput. withGroupByResourceName(Boolean groupByResourceName)Set the groupByResourceName property: Group query result by Resource Name.ThrottledRequestsInputThrottledRequestsInput. withGroupByThrottlePolicy(Boolean groupByThrottlePolicy)Set the groupByThrottlePolicy property: Group query result by Throttle Policy applied.ThrottledRequestsInputThrottledRequestsInput. withGroupByUserAgent(Boolean groupByUserAgent)Set the groupByUserAgent property: Group query result by User Agent.ThrottledRequestsInputThrottledRequestsInput. withToTime(OffsetDateTime toTime)Set the toTime property: To time of the query.
-