azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.l...

294 строки
25 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loganalytics.models.Queries"
fullName: "com.azure.resourcemanager.loganalytics.models.Queries"
name: "Queries"
nameWithType: "Queries"
summary: "Resource collection API of Queries."
syntax: "public interface **Queries**"
methods:
- uid: "com.azure.resourcemanager.loganalytics.models.Queries.define(java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.Queries.define(String name)"
name: "define(String name)"
nameWithType: "Queries.define(String name)"
summary: "Begins definition for a new Log<wbr>Analytics<wbr>Query<wbr>Pack<wbr>Query resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract LogAnalyticsQueryPackQuery.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new LogAnalyticsQueryPackQuery resource."
returns:
description: "the first stage of the new LogAnalyticsQueryPackQuery definition."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery.DefinitionStages.Blank?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Queries.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.Queries.delete(String resourceGroupName, String queryPackName, String id)"
name: "delete(String resourceGroupName, String queryPackName, String id)"
nameWithType: "Queries.delete(String resourceGroupName, String queryPackName, String id)"
summary: "Deletes a specific Query defined within an Log Analytics Query<wbr>Pack."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Log Analytics QueryPack resource."
name: "queryPackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The id of a specific query defined in the Log Analytics QueryPack."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String queryPackName, String id)"
desc: "Deletes a specific Query defined within an Log Analytics QueryPack."
- uid: "com.azure.resourcemanager.loganalytics.models.Queries.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.Queries.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "Queries.deleteById(String id)"
summary: "Deletes a specific Query defined within an Log Analytics Query<wbr>Pack."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Deletes a specific Query defined within an Log Analytics QueryPack."
- uid: "com.azure.resourcemanager.loganalytics.models.Queries.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.models.Queries.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "Queries.deleteByIdWithResponse(String id, Context context)"
summary: "Deletes a specific Query defined within an Log Analytics Query<wbr>Pack."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Void> deleteByIdWithResponse(String id, Context context)"
desc: "Deletes a specific Query defined within an Log Analytics QueryPack."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.loganalytics.models.Queries.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.models.Queries.deleteWithResponse(String resourceGroupName, String queryPackName, String id, Context context)"
name: "deleteWithResponse(String resourceGroupName, String queryPackName, String id, Context context)"
nameWithType: "Queries.deleteWithResponse(String resourceGroupName, String queryPackName, String id, Context context)"
summary: "Deletes a specific Query defined within an Log Analytics Query<wbr>Pack."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Log Analytics QueryPack resource."
name: "queryPackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The id of a specific query defined in the Log Analytics QueryPack."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Void> deleteWithResponse(String resourceGroupName, String queryPackName, String id, Context context)"
desc: "Deletes a specific Query defined within an Log Analytics QueryPack."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.loganalytics.models.Queries.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.Queries.get(String resourceGroupName, String queryPackName, String id)"
name: "get(String resourceGroupName, String queryPackName, String id)"
nameWithType: "Queries.get(String resourceGroupName, String queryPackName, String id)"
summary: "Gets a specific Log Analytics Query defined within a Log Analytics Query<wbr>Pack."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Log Analytics QueryPack resource."
name: "queryPackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The id of a specific query defined in the Log Analytics QueryPack."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract LogAnalyticsQueryPackQuery get(String resourceGroupName, String queryPackName, String id)"
desc: "Gets a specific Log Analytics Query defined within a Log Analytics QueryPack."
returns:
description: "a specific Log Analytics Query defined within a Log Analytics QueryPack."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery&text=LogAnalyticsQueryPackQuery\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Queries.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.Queries.getById(String id)"
name: "getById(String id)"
nameWithType: "Queries.getById(String id)"
summary: "Gets a specific Log Analytics Query defined within a Log Analytics Query<wbr>Pack."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract LogAnalyticsQueryPackQuery getById(String id)"
desc: "Gets a specific Log Analytics Query defined within a Log Analytics QueryPack."
returns:
description: "a specific Log Analytics Query defined within a Log Analytics QueryPack along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery&text=LogAnalyticsQueryPackQuery\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Queries.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.models.Queries.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "Queries.getByIdWithResponse(String id, Context context)"
summary: "Gets a specific Log Analytics Query defined within a Log Analytics Query<wbr>Pack."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<LogAnalyticsQueryPackQuery> getByIdWithResponse(String id, Context context)"
desc: "Gets a specific Log Analytics Query defined within a Log Analytics QueryPack."
returns:
description: "a specific Log Analytics Query defined within a Log Analytics QueryPack along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery&text=LogAnalyticsQueryPackQuery\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loganalytics.models.Queries.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.models.Queries.getWithResponse(String resourceGroupName, String queryPackName, String id, Context context)"
name: "getWithResponse(String resourceGroupName, String queryPackName, String id, Context context)"
nameWithType: "Queries.getWithResponse(String resourceGroupName, String queryPackName, String id, Context context)"
summary: "Gets a specific Log Analytics Query defined within a Log Analytics Query<wbr>Pack."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Log Analytics QueryPack resource."
name: "queryPackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The id of a specific query defined in the Log Analytics QueryPack."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<LogAnalyticsQueryPackQuery> getWithResponse(String resourceGroupName, String queryPackName, String id, Context context)"
desc: "Gets a specific Log Analytics Query defined within a Log Analytics QueryPack."
returns:
description: "a specific Log Analytics Query defined within a Log Analytics QueryPack along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery&text=LogAnalyticsQueryPackQuery\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loganalytics.models.Queries.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.Queries.list(String resourceGroupName, String queryPackName)"
name: "list(String resourceGroupName, String queryPackName)"
nameWithType: "Queries.list(String resourceGroupName, String queryPackName)"
summary: "Gets a list of Queries defined within a Log Analytics Query<wbr>Pack."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Log Analytics QueryPack resource."
name: "queryPackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<LogAnalyticsQueryPackQuery> list(String resourceGroupName, String queryPackName)"
desc: "Gets a list of Queries defined within a Log Analytics QueryPack."
returns:
description: "a list of Queries defined within a Log Analytics QueryPack as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery&text=LogAnalyticsQueryPackQuery\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loganalytics.models.Queries.list(java.lang.String,java.lang.String,java.lang.Long,java.lang.Boolean,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.models.Queries.list(String resourceGroupName, String queryPackName, Long top, Boolean includeBody, String skipToken, Context context)"
name: "list(String resourceGroupName, String queryPackName, Long top, Boolean includeBody, String skipToken, Context context)"
nameWithType: "Queries.list(String resourceGroupName, String queryPackName, Long top, Boolean includeBody, String skipToken, Context context)"
summary: "Gets a list of Queries defined within a Log Analytics Query<wbr>Pack."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Log Analytics QueryPack resource."
name: "queryPackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Maximum items returned in page."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- description: "Flag indicating whether or not to return the body of each applicable query. If false, only\n return the query information."
name: "includeBody"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- description: "Base64 encoded token used to fetch the next page of items. Default is null."
name: "skipToken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<LogAnalyticsQueryPackQuery> list(String resourceGroupName, String queryPackName, Long top, Boolean includeBody, String skipToken, Context context)"
desc: "Gets a list of Queries defined within a Log Analytics QueryPack."
returns:
description: "a list of Queries defined within a Log Analytics QueryPack as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery&text=LogAnalyticsQueryPackQuery\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loganalytics.models.Queries.search(java.lang.String,java.lang.String,com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuerySearchProperties)"
fullName: "com.azure.resourcemanager.loganalytics.models.Queries.search(String resourceGroupName, String queryPackName, LogAnalyticsQueryPackQuerySearchProperties querySearchProperties)"
name: "search(String resourceGroupName, String queryPackName, LogAnalyticsQueryPackQuerySearchProperties querySearchProperties)"
nameWithType: "Queries.search(String resourceGroupName, String queryPackName, LogAnalyticsQueryPackQuerySearchProperties querySearchProperties)"
summary: "Search a list of Queries defined within a Log Analytics Query<wbr>Pack according to given search properties."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Log Analytics QueryPack resource."
name: "queryPackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties by which to search queries in the given Log Analytics QueryPack."
name: "querySearchProperties"
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuerySearchProperties?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuerySearchProperties&text=LogAnalyticsQueryPackQuerySearchProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<LogAnalyticsQueryPackQuery> search(String resourceGroupName, String queryPackName, LogAnalyticsQueryPackQuerySearchProperties querySearchProperties)"
desc: "Search a list of Queries defined within a Log Analytics QueryPack according to given search properties."
returns:
description: "describes the list of Log Analytics QueryPack-Query resources as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery&text=LogAnalyticsQueryPackQuery\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loganalytics.models.Queries.search(java.lang.String,java.lang.String,com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuerySearchProperties,java.lang.Long,java.lang.Boolean,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.models.Queries.search(String resourceGroupName, String queryPackName, LogAnalyticsQueryPackQuerySearchProperties querySearchProperties, Long top, Boolean includeBody, String skipToken, Context context)"
name: "search(String resourceGroupName, String queryPackName, LogAnalyticsQueryPackQuerySearchProperties querySearchProperties, Long top, Boolean includeBody, String skipToken, Context context)"
nameWithType: "Queries.search(String resourceGroupName, String queryPackName, LogAnalyticsQueryPackQuerySearchProperties querySearchProperties, Long top, Boolean includeBody, String skipToken, Context context)"
summary: "Search a list of Queries defined within a Log Analytics Query<wbr>Pack according to given search properties."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Log Analytics QueryPack resource."
name: "queryPackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties by which to search queries in the given Log Analytics QueryPack."
name: "querySearchProperties"
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuerySearchProperties?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuerySearchProperties&text=LogAnalyticsQueryPackQuerySearchProperties\" data-throw-if-not-resolved=\"False\" />"
- description: "Maximum items returned in page."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- description: "Flag indicating whether or not to return the body of each applicable query. If false, only\n return the query information."
name: "includeBody"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- description: "Base64 encoded token used to fetch the next page of items. Default is null."
name: "skipToken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<LogAnalyticsQueryPackQuery> search(String resourceGroupName, String queryPackName, LogAnalyticsQueryPackQuerySearchProperties querySearchProperties, Long top, Boolean includeBody, String skipToken, Context context)"
desc: "Search a list of Queries defined within a Log Analytics QueryPack according to given search properties."
returns:
description: "describes the list of Log Analytics QueryPack-Query resources as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuery&text=LogAnalyticsQueryPackQuery\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Queries."
metadata: {}
package: "com.azure.resourcemanager.loganalytics.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0