Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.LogAnalyticsQueryPackQueryInner
Packages that use LogAnalyticsQueryPackQueryInner
Package
Description
Package containing the service clients for OperationalInsightsManagementClient.
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of LogAnalyticsQueryPackQueryInner in com.azure.resourcemanager.loganalytics.fluent
Methods in com.azure.resourcemanager.loganalytics.fluent that return LogAnalyticsQueryPackQueryInnerModifier and TypeMethodDescriptionGets a specific Log Analytics Query defined within a Log Analytics QueryPack.QueriesClient.put(String resourceGroupName, String queryPackName, String id, LogAnalyticsQueryPackQueryInner queryPayload) Adds or Updates a specific Query within a Log Analytics QueryPack.QueriesClient.update(String resourceGroupName, String queryPackName, String id, LogAnalyticsQueryPackQueryInner queryPayload) Adds or Updates a specific Query within a Log Analytics QueryPack.Methods in com.azure.resourcemanager.loganalytics.fluent that return types with arguments of type LogAnalyticsQueryPackQueryInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<LogAnalyticsQueryPackQueryInner>QueriesClient.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<LogAnalyticsQueryPackQueryInner>Gets a list of Queries defined within a Log Analytics QueryPack.com.azure.core.http.rest.PagedIterable<LogAnalyticsQueryPackQueryInner>QueriesClient.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.Response<LogAnalyticsQueryPackQueryInner>QueriesClient.putWithResponse(String resourceGroupName, String queryPackName, String id, LogAnalyticsQueryPackQueryInner queryPayload, com.azure.core.util.Context context) Adds or Updates a specific Query within a Log Analytics QueryPack.com.azure.core.http.rest.PagedIterable<LogAnalyticsQueryPackQueryInner>QueriesClient.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<LogAnalyticsQueryPackQueryInner>QueriesClient.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.com.azure.core.http.rest.Response<LogAnalyticsQueryPackQueryInner>QueriesClient.updateWithResponse(String resourceGroupName, String queryPackName, String id, LogAnalyticsQueryPackQueryInner queryPayload, com.azure.core.util.Context context) Adds or Updates a specific Query within a Log Analytics QueryPack.Methods in com.azure.resourcemanager.loganalytics.fluent with parameters of type LogAnalyticsQueryPackQueryInnerModifier and TypeMethodDescriptionQueriesClient.put(String resourceGroupName, String queryPackName, String id, LogAnalyticsQueryPackQueryInner queryPayload) Adds or Updates a specific Query within a Log Analytics QueryPack.com.azure.core.http.rest.Response<LogAnalyticsQueryPackQueryInner>QueriesClient.putWithResponse(String resourceGroupName, String queryPackName, String id, LogAnalyticsQueryPackQueryInner queryPayload, com.azure.core.util.Context context) Adds or Updates a specific Query within a Log Analytics QueryPack.QueriesClient.update(String resourceGroupName, String queryPackName, String id, LogAnalyticsQueryPackQueryInner queryPayload) Adds or Updates a specific Query within a Log Analytics QueryPack.com.azure.core.http.rest.Response<LogAnalyticsQueryPackQueryInner>QueriesClient.updateWithResponse(String resourceGroupName, String queryPackName, String id, LogAnalyticsQueryPackQueryInner queryPayload, com.azure.core.util.Context context) Adds or Updates a specific Query within a Log Analytics QueryPack. -
Uses of LogAnalyticsQueryPackQueryInner in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return LogAnalyticsQueryPackQueryInnerModifier and TypeMethodDescriptionSet the body property: Body of the query.LogAnalyticsQueryPackQueryInner.withDescription(String description) Set the description property: Description of the query.LogAnalyticsQueryPackQueryInner.withDisplayName(String displayName) Set the displayName property: Unique display name for your query within the Query Pack.LogAnalyticsQueryPackQueryInner.withProperties(Object properties) Set the properties property: Additional properties that can be set for the query.LogAnalyticsQueryPackQueryInner.withRelated(LogAnalyticsQueryPackQueryPropertiesRelated related) Set the related property: The related metadata items for the function.Set the tags property: Tags associated with the query. -
Uses of LogAnalyticsQueryPackQueryInner in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return LogAnalyticsQueryPackQueryInnerModifier and TypeMethodDescriptionLogAnalyticsQueryPackQuery.innerModel()Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.LogAnalyticsQueryPackQueryInner object.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type LogAnalyticsQueryPackQueryInnerModifier and TypeMethodDescriptionLogAnalyticsQueryPackQueryListResult.value()Get the value property: List of Log Analytics QueryPack Query definitions.Method parameters in com.azure.resourcemanager.loganalytics.models with type arguments of type LogAnalyticsQueryPackQueryInnerModifier and TypeMethodDescriptionLogAnalyticsQueryPackQueryListResult.withValue(List<LogAnalyticsQueryPackQueryInner> value) Set the value property: List of Log Analytics QueryPack Query definitions.