Uses of Interface
com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack
Packages that use LogAnalyticsQueryPack
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of LogAnalyticsQueryPack in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return LogAnalyticsQueryPackModifier and TypeMethodDescriptionLogAnalyticsQueryPack.Update.apply()Executes the update request.LogAnalyticsQueryPack.Update.apply(com.azure.core.util.Context context) Executes the update request.LogAnalyticsQueryPack.DefinitionStages.WithCreate.create()Executes the create request.LogAnalyticsQueryPack.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Returns a Log Analytics QueryPack.QueryPacks.getByResourceGroup(String resourceGroupName, String queryPackName) Returns a Log Analytics QueryPack.LogAnalyticsQueryPack.refresh()Refreshes the resource to sync with Azure.LogAnalyticsQueryPack.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 LogAnalyticsQueryPackModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<LogAnalyticsQueryPack>QueryPacks.getByIdWithResponse(String id, com.azure.core.util.Context context) Returns a Log Analytics QueryPack.com.azure.core.http.rest.Response<LogAnalyticsQueryPack>QueryPacks.getByResourceGroupWithResponse(String resourceGroupName, String queryPackName, com.azure.core.util.Context context) Returns a Log Analytics QueryPack.com.azure.core.http.rest.PagedIterable<LogAnalyticsQueryPack>QueryPacks.list()Gets a list of all Log Analytics QueryPacks within a subscription.com.azure.core.http.rest.PagedIterable<LogAnalyticsQueryPack>QueryPacks.list(com.azure.core.util.Context context) Gets a list of all Log Analytics QueryPacks within a subscription.com.azure.core.http.rest.PagedIterable<LogAnalyticsQueryPack>QueryPacks.listByResourceGroup(String resourceGroupName) Gets a list of Log Analytics QueryPacks within a resource group.com.azure.core.http.rest.PagedIterable<LogAnalyticsQueryPack>QueryPacks.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets a list of Log Analytics QueryPacks within a resource group.