280 строки
23 KiB
YAML
280 строки
23 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.loganalytics.models.QueryPacks"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.QueryPacks"
|
|
name: "QueryPacks"
|
|
nameWithType: "QueryPacks"
|
|
summary: "Resource collection API of Query<wbr>Packs."
|
|
syntax: "public interface **QueryPacks**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.QueryPacks.createOrUpdateWithoutName(java.lang.String,com.azure.resourcemanager.loganalytics.fluent.models.LogAnalyticsQueryPackInner)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.QueryPacks.createOrUpdateWithoutName(String resourceGroupName, LogAnalyticsQueryPackInner logAnalyticsQueryPackPayload)"
|
|
name: "createOrUpdateWithoutName(String resourceGroupName, LogAnalyticsQueryPackInner logAnalyticsQueryPackPayload)"
|
|
nameWithType: "QueryPacks.createOrUpdateWithoutName(String resourceGroupName, LogAnalyticsQueryPackInner logAnalyticsQueryPackPayload)"
|
|
summary: "Creates 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: "Properties that need to be specified to create or update a Log Analytics\n QueryPack."
|
|
name: "logAnalyticsQueryPackPayload"
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.LogAnalyticsQueryPackInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.LogAnalyticsQueryPackInner&text=LogAnalyticsQueryPackInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract LogAnalyticsQueryPack createOrUpdateWithoutName(String resourceGroupName, LogAnalyticsQueryPackInner logAnalyticsQueryPackPayload)"
|
|
desc: "Creates a Log Analytics QueryPack. Note: You cannot specify a different value for InstrumentationKey nor AppId in the Put operation."
|
|
returns:
|
|
description: "an Log Analytics QueryPack definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack&text=LogAnalyticsQueryPack\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.QueryPacks.createOrUpdateWithoutNameWithResponse(java.lang.String,com.azure.resourcemanager.loganalytics.fluent.models.LogAnalyticsQueryPackInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.QueryPacks.createOrUpdateWithoutNameWithResponse(String resourceGroupName, LogAnalyticsQueryPackInner logAnalyticsQueryPackPayload, Context context)"
|
|
name: "createOrUpdateWithoutNameWithResponse(String resourceGroupName, LogAnalyticsQueryPackInner logAnalyticsQueryPackPayload, Context context)"
|
|
nameWithType: "QueryPacks.createOrUpdateWithoutNameWithResponse(String resourceGroupName, LogAnalyticsQueryPackInner logAnalyticsQueryPackPayload, Context context)"
|
|
summary: "Creates 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: "Properties that need to be specified to create or update a Log Analytics\n QueryPack."
|
|
name: "logAnalyticsQueryPackPayload"
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.LogAnalyticsQueryPackInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.LogAnalyticsQueryPackInner&text=LogAnalyticsQueryPackInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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<LogAnalyticsQueryPack> createOrUpdateWithoutNameWithResponse(String resourceGroupName, LogAnalyticsQueryPackInner logAnalyticsQueryPackPayload, Context context)"
|
|
desc: "Creates a Log Analytics QueryPack. Note: You cannot specify a different value for InstrumentationKey nor AppId in the Put operation."
|
|
returns:
|
|
description: "an Log Analytics QueryPack definition 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\" /><<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack&text=LogAnalyticsQueryPack\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.QueryPacks.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.QueryPacks.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "QueryPacks.define(String name)"
|
|
summary: "Begins definition for a new Log<wbr>Analytics<wbr>Query<wbr>Pack 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 LogAnalyticsQueryPack.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new LogAnalyticsQueryPack resource."
|
|
returns:
|
|
description: "the first stage of the new LogAnalyticsQueryPack definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack.DefinitionStages.Blank?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.QueryPacks.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.QueryPacks.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "QueryPacks.deleteById(String id)"
|
|
summary: "Deletes 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 void deleteById(String id)"
|
|
desc: "Deletes a Log Analytics QueryPack."
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.QueryPacks.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.QueryPacks.deleteByIdWithResponse(String id, Context context)"
|
|
name: "deleteByIdWithResponse(String id, Context context)"
|
|
nameWithType: "QueryPacks.deleteByIdWithResponse(String id, Context context)"
|
|
summary: "Deletes 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<Void> deleteByIdWithResponse(String id, Context context)"
|
|
desc: "Deletes a 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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.QueryPacks.deleteByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.QueryPacks.deleteByResourceGroup(String resourceGroupName, String queryPackName)"
|
|
name: "deleteByResourceGroup(String resourceGroupName, String queryPackName)"
|
|
nameWithType: "QueryPacks.deleteByResourceGroup(String resourceGroupName, String queryPackName)"
|
|
summary: "Deletes 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 void deleteByResourceGroup(String resourceGroupName, String queryPackName)"
|
|
desc: "Deletes a Log Analytics QueryPack."
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.QueryPacks.deleteByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.QueryPacks.deleteByResourceGroupWithResponse(String resourceGroupName, String queryPackName, Context context)"
|
|
name: "deleteByResourceGroupWithResponse(String resourceGroupName, String queryPackName, Context context)"
|
|
nameWithType: "QueryPacks.deleteByResourceGroupWithResponse(String resourceGroupName, String queryPackName, Context context)"
|
|
summary: "Deletes 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 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> deleteByResourceGroupWithResponse(String resourceGroupName, String queryPackName, Context context)"
|
|
desc: "Deletes a 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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.QueryPacks.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.QueryPacks.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "QueryPacks.getById(String id)"
|
|
summary: "Returns 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 LogAnalyticsQueryPack getById(String id)"
|
|
desc: "Returns a Log Analytics QueryPack."
|
|
returns:
|
|
description: "an Log Analytics QueryPack definition 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.LogAnalyticsQueryPack?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack&text=LogAnalyticsQueryPack\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.QueryPacks.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.QueryPacks.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "QueryPacks.getByIdWithResponse(String id, Context context)"
|
|
summary: "Returns 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<LogAnalyticsQueryPack> getByIdWithResponse(String id, Context context)"
|
|
desc: "Returns a Log Analytics QueryPack."
|
|
returns:
|
|
description: "an Log Analytics QueryPack definition 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\" /><<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack&text=LogAnalyticsQueryPack\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.QueryPacks.getByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.QueryPacks.getByResourceGroup(String resourceGroupName, String queryPackName)"
|
|
name: "getByResourceGroup(String resourceGroupName, String queryPackName)"
|
|
nameWithType: "QueryPacks.getByResourceGroup(String resourceGroupName, String queryPackName)"
|
|
summary: "Returns 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 LogAnalyticsQueryPack getByResourceGroup(String resourceGroupName, String queryPackName)"
|
|
desc: "Returns a Log Analytics QueryPack."
|
|
returns:
|
|
description: "an Log Analytics QueryPack definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack&text=LogAnalyticsQueryPack\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.QueryPacks.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.QueryPacks.getByResourceGroupWithResponse(String resourceGroupName, String queryPackName, Context context)"
|
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String queryPackName, Context context)"
|
|
nameWithType: "QueryPacks.getByResourceGroupWithResponse(String resourceGroupName, String queryPackName, Context context)"
|
|
summary: "Returns 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 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<LogAnalyticsQueryPack> getByResourceGroupWithResponse(String resourceGroupName, String queryPackName, Context context)"
|
|
desc: "Returns a Log Analytics QueryPack."
|
|
returns:
|
|
description: "an Log Analytics QueryPack definition 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\" /><<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack&text=LogAnalyticsQueryPack\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.QueryPacks.list()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.QueryPacks.list()"
|
|
name: "list()"
|
|
nameWithType: "QueryPacks.list()"
|
|
summary: "Gets a list of all Log Analytics Query<wbr>Packs within a subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedIterable<LogAnalyticsQueryPack> list()"
|
|
desc: "Gets a list of all Log Analytics QueryPacks within a subscription."
|
|
returns:
|
|
description: "a list of all Log Analytics QueryPacks within a subscription 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\" /><<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack&text=LogAnalyticsQueryPack\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.QueryPacks.list(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.QueryPacks.list(Context context)"
|
|
name: "list(Context context)"
|
|
nameWithType: "QueryPacks.list(Context context)"
|
|
summary: "Gets a list of all Log Analytics Query<wbr>Packs within a subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- 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<LogAnalyticsQueryPack> list(Context context)"
|
|
desc: "Gets a list of all Log Analytics QueryPacks within a subscription."
|
|
returns:
|
|
description: "a list of all Log Analytics QueryPacks within a subscription 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\" /><<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack&text=LogAnalyticsQueryPack\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.QueryPacks.listByResourceGroup(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.QueryPacks.listByResourceGroup(String resourceGroupName)"
|
|
name: "listByResourceGroup(String resourceGroupName)"
|
|
nameWithType: "QueryPacks.listByResourceGroup(String resourceGroupName)"
|
|
summary: "Gets a list of Log Analytics Query<wbr>Packs within a resource group."
|
|
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>"
|
|
syntax: "public abstract PagedIterable<LogAnalyticsQueryPack> listByResourceGroup(String resourceGroupName)"
|
|
desc: "Gets a list of Log Analytics QueryPacks within a resource group."
|
|
returns:
|
|
description: "a list of Log Analytics QueryPacks within a resource group 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\" /><<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack&text=LogAnalyticsQueryPack\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.QueryPacks.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.QueryPacks.listByResourceGroup(String resourceGroupName, Context context)"
|
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
|
nameWithType: "QueryPacks.listByResourceGroup(String resourceGroupName, Context context)"
|
|
summary: "Gets a list of Log Analytics Query<wbr>Packs within a resource group."
|
|
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 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<LogAnalyticsQueryPack> listByResourceGroup(String resourceGroupName, Context context)"
|
|
desc: "Gets a list of Log Analytics QueryPacks within a resource group."
|
|
returns:
|
|
description: "a list of Log Analytics QueryPacks within a resource group 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\" /><<xref href=\"com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack?alt=com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPack&text=LogAnalyticsQueryPack\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of QueryPacks."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.loganalytics.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0
|