Uses of Class
com.azure.resourcemanager.compute.models.LogAnalyticsInputBase
Packages that use LogAnalyticsInputBase
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of LogAnalyticsInputBase in com.azure.resourcemanager.compute.models
Subclasses of LogAnalyticsInputBase in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classApi request input for LogAnalytics getRequestRateByInterval Api.final classApi request input for LogAnalytics getThrottledRequests Api.Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type LogAnalyticsInputBaseModifier and TypeClassDescriptionclassApi input base class for LogAnalytics Api.Methods in com.azure.resourcemanager.compute.models that return LogAnalyticsInputBaseModifier and TypeMethodDescriptionstatic LogAnalyticsInputBaseLogAnalyticsInputBase.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LogAnalyticsInputBase from the JsonReader.LogAnalyticsInputBase.withBlobContainerSasUri(String blobContainerSasUri) Set the blobContainerSasUri property: SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.LogAnalyticsInputBase.withFromTime(OffsetDateTime fromTime) Set the fromTime property: From time of the query.LogAnalyticsInputBase.withGroupByClientApplicationId(Boolean groupByClientApplicationId) Set the groupByClientApplicationId property: Group query result by Client Application ID.LogAnalyticsInputBase.withGroupByOperationName(Boolean groupByOperationName) Set the groupByOperationName property: Group query result by Operation Name.LogAnalyticsInputBase.withGroupByResourceName(Boolean groupByResourceName) Set the groupByResourceName property: Group query result by Resource Name.LogAnalyticsInputBase.withGroupByThrottlePolicy(Boolean groupByThrottlePolicy) Set the groupByThrottlePolicy property: Group query result by Throttle Policy applied.LogAnalyticsInputBase.withGroupByUserAgent(Boolean groupByUserAgent) Set the groupByUserAgent property: Group query result by User Agent.LogAnalyticsInputBase.withToTime(OffsetDateTime toTime) Set the toTime property: To time of the query.