Uses of Interface
com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery
Packages that use LogAnalyticsQueryPackQuery
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of LogAnalyticsQueryPackQuery in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return LogAnalyticsQueryPackQueryModifier and TypeMethodDescriptionLogAnalyticsQueryPackQuery.Update.apply()Executes the update request.LogAnalyticsQueryPackQuery.Update.apply(com.azure.core.util.Context context) Executes the update request.LogAnalyticsQueryPackQuery.DefinitionStages.WithCreate.create()Executes the create request.LogAnalyticsQueryPackQuery.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets a specific Log Analytics Query defined within a Log Analytics QueryPack.Gets a specific Log Analytics Query defined within a Log Analytics QueryPack.LogAnalyticsQueryPackQuery.refresh()Refreshes the resource to sync with Azure.LogAnalyticsQueryPackQuery.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type LogAnalyticsQueryPackQueryModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<LogAnalyticsQueryPackQuery>Queries.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets a specific Log Analytics Query defined within a Log Analytics QueryPack.com.azure.core.http.rest.Response<LogAnalyticsQueryPackQuery>Queries.getWithResponse(String resourceGroupName, String queryPackName, String id, com.azure.core.util.Context context) Gets a specific Log Analytics Query defined within a Log Analytics QueryPack.com.azure.core.http.rest.PagedIterable<LogAnalyticsQueryPackQuery>Gets a list of Queries defined within a Log Analytics QueryPack.com.azure.core.http.rest.PagedIterable<LogAnalyticsQueryPackQuery>Queries.list(String resourceGroupName, String queryPackName, Long top, Boolean includeBody, String skipToken, com.azure.core.util.Context context) Gets a list of Queries defined within a Log Analytics QueryPack.com.azure.core.http.rest.PagedIterable<LogAnalyticsQueryPackQuery>Queries.search(String resourceGroupName, String queryPackName, LogAnalyticsQueryPackQuerySearchProperties querySearchProperties) Search a list of Queries defined within a Log Analytics QueryPack according to given search properties.com.azure.core.http.rest.PagedIterable<LogAnalyticsQueryPackQuery>Queries.search(String resourceGroupName, String queryPackName, LogAnalyticsQueryPackQuerySearchProperties querySearchProperties, Long top, Boolean includeBody, String skipToken, com.azure.core.util.Context context) Search a list of Queries defined within a Log Analytics QueryPack according to given search properties.