Uses of Class
com.microsoft.azure.management.compute.LogAnalyticsInputBase
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of LogAnalyticsInputBase in com.microsoft.azure.management.compute
Modifier and TypeClassDescriptionclass
Api request input for LogAnalytics getRequestRateByInterval Api.class
Api request input for LogAnalytics getThrottledRequests Api.Modifier and TypeMethodDescriptionLogAnalyticsInputBase.withBlobContainerSasUri
(String blobContainerSasUri) Set sAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.LogAnalyticsInputBase.withFromTime
(org.joda.time.DateTime fromTime) Set from time of the query.LogAnalyticsInputBase.withGroupByClientApplicationId
(Boolean groupByClientApplicationId) Set group query result by Client Application ID.LogAnalyticsInputBase.withGroupByOperationName
(Boolean groupByOperationName) Set group query result by Operation Name.LogAnalyticsInputBase.withGroupByResourceName
(Boolean groupByResourceName) Set group query result by Resource Name.LogAnalyticsInputBase.withGroupByThrottlePolicy
(Boolean groupByThrottlePolicy) Set group query result by Throttle Policy applied.LogAnalyticsInputBase.withGroupByUserAgent
(Boolean groupByUserAgent) Set group query result by User Agent.LogAnalyticsInputBase.withToTime
(org.joda.time.DateTime toTime) Set to time of the query.