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

344 строки
34 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient"
fullName: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient"
name: "ComponentsClient"
nameWithType: "ComponentsClient"
summary: "An instance of this class provides access to all the operations defined in Components<wbr>Client."
syntax: "public interface **ComponentsClient**"
methods:
- uid: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner)"
fullName: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.createOrUpdate(String resourceGroupName, String resourceName, ApplicationInsightsComponentInner insightProperties)"
name: "createOrUpdate(String resourceGroupName, String resourceName, ApplicationInsightsComponentInner insightProperties)"
nameWithType: "ComponentsClient.createOrUpdate(String resourceGroupName, String resourceName, ApplicationInsightsComponentInner insightProperties)"
summary: "Creates (or updates) an Application Insights component."
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 Application Insights component resource."
name: "resourceName"
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 an Application Insights component."
name: "insightProperties"
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner?alt=com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner&text=ApplicationInsightsComponentInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ApplicationInsightsComponentInner createOrUpdate(String resourceGroupName, String resourceName, ApplicationInsightsComponentInner insightProperties)"
desc: "Creates (or updates) an Application Insights component. Note: You cannot specify a different value for InstrumentationKey nor AppId in the Put operation."
returns:
description: "an Application Insights component definition."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner?alt=com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner&text=ApplicationInsightsComponentInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.createOrUpdateWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.createOrUpdateWithResponse(String resourceGroupName, String resourceName, ApplicationInsightsComponentInner insightProperties, Context context)"
name: "createOrUpdateWithResponse(String resourceGroupName, String resourceName, ApplicationInsightsComponentInner insightProperties, Context context)"
nameWithType: "ComponentsClient.createOrUpdateWithResponse(String resourceGroupName, String resourceName, ApplicationInsightsComponentInner insightProperties, Context context)"
summary: "Creates (or updates) an Application Insights component."
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 Application Insights component resource."
name: "resourceName"
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 an Application Insights component."
name: "insightProperties"
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner?alt=com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner&text=ApplicationInsightsComponentInner\" 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<ApplicationInsightsComponentInner> createOrUpdateWithResponse(String resourceGroupName, String resourceName, ApplicationInsightsComponentInner insightProperties, Context context)"
desc: "Creates (or updates) an Application Insights component. Note: You cannot specify a different value for InstrumentationKey nor AppId in the Put operation."
returns:
description: "an Application Insights component 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\" />&lt;<xref href=\"com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner?alt=com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner&text=ApplicationInsightsComponentInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.delete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.delete(String resourceGroupName, String resourceName)"
name: "delete(String resourceGroupName, String resourceName)"
nameWithType: "ComponentsClient.delete(String resourceGroupName, String resourceName)"
summary: "Deletes an Application Insights component."
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 Application Insights component resource."
name: "resourceName"
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 resourceName)"
desc: "Deletes an Application Insights component."
- uid: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.deleteWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.deleteWithResponse(String resourceGroupName, String resourceName, Context context)"
name: "deleteWithResponse(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ComponentsClient.deleteWithResponse(String resourceGroupName, String resourceName, Context context)"
summary: "Deletes an Application Insights component."
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 Application Insights component resource."
name: "resourceName"
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 resourceName, Context context)"
desc: "Deletes an Application Insights component."
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.applicationinsights.fluent.ComponentsClient.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.getByResourceGroup(String resourceGroupName, String resourceName)"
name: "getByResourceGroup(String resourceGroupName, String resourceName)"
nameWithType: "ComponentsClient.getByResourceGroup(String resourceGroupName, String resourceName)"
summary: "Returns an Application Insights component."
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 Application Insights component resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ApplicationInsightsComponentInner getByResourceGroup(String resourceGroupName, String resourceName)"
desc: "Returns an Application Insights component."
returns:
description: "an Application Insights component definition."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner?alt=com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner&text=ApplicationInsightsComponentInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.getByResourceGroupWithResponse(String resourceGroupName, String resourceName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ComponentsClient.getByResourceGroupWithResponse(String resourceGroupName, String resourceName, Context context)"
summary: "Returns an Application Insights component."
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 Application Insights component resource."
name: "resourceName"
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<ApplicationInsightsComponentInner> getByResourceGroupWithResponse(String resourceGroupName, String resourceName, Context context)"
desc: "Returns an Application Insights component."
returns:
description: "an Application Insights component 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\" />&lt;<xref href=\"com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner?alt=com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner&text=ApplicationInsightsComponentInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.getPurgeStatus(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.getPurgeStatus(String resourceGroupName, String resourceName, String purgeId)"
name: "getPurgeStatus(String resourceGroupName, String resourceName, String purgeId)"
nameWithType: "ComponentsClient.getPurgeStatus(String resourceGroupName, String resourceName, String purgeId)"
summary: "Get status for an ongoing purge operation."
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 Application Insights component resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "In a purge status request, this is the Id of the operation the status of which is returned."
name: "purgeId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ComponentPurgeStatusResponseInner getPurgeStatus(String resourceGroupName, String resourceName, String purgeId)"
desc: "Get status for an ongoing purge operation."
returns:
description: "status for an ongoing purge operation."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.fluent.models.ComponentPurgeStatusResponseInner?alt=com.azure.resourcemanager.applicationinsights.fluent.models.ComponentPurgeStatusResponseInner&text=ComponentPurgeStatusResponseInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.getPurgeStatusWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.getPurgeStatusWithResponse(String resourceGroupName, String resourceName, String purgeId, Context context)"
name: "getPurgeStatusWithResponse(String resourceGroupName, String resourceName, String purgeId, Context context)"
nameWithType: "ComponentsClient.getPurgeStatusWithResponse(String resourceGroupName, String resourceName, String purgeId, Context context)"
summary: "Get status for an ongoing purge operation."
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 Application Insights component resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "In a purge status request, this is the Id of the operation the status of which is returned."
name: "purgeId"
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<ComponentPurgeStatusResponseInner> getPurgeStatusWithResponse(String resourceGroupName, String resourceName, String purgeId, Context context)"
desc: "Get status for an ongoing purge operation."
returns:
description: "status for an ongoing purge operation 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.applicationinsights.fluent.models.ComponentPurgeStatusResponseInner?alt=com.azure.resourcemanager.applicationinsights.fluent.models.ComponentPurgeStatusResponseInner&text=ComponentPurgeStatusResponseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.list()"
fullName: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.list()"
name: "list()"
nameWithType: "ComponentsClient.list()"
summary: "Gets a list of all Application Insights components within a subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<ApplicationInsightsComponentInner> list()"
desc: "Gets a list of all Application Insights components within a subscription."
returns:
description: "a list of all Application Insights components 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\" />&lt;<xref href=\"com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner?alt=com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner&text=ApplicationInsightsComponentInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.list(Context context)"
name: "list(Context context)"
nameWithType: "ComponentsClient.list(Context context)"
summary: "Gets a list of all Application Insights components 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<ApplicationInsightsComponentInner> list(Context context)"
desc: "Gets a list of all Application Insights components within a subscription."
returns:
description: "a list of all Application Insights components 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\" />&lt;<xref href=\"com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner?alt=com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner&text=ApplicationInsightsComponentInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "ComponentsClient.listByResourceGroup(String resourceGroupName)"
summary: "Gets a list of Application Insights components 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<ApplicationInsightsComponentInner> listByResourceGroup(String resourceGroupName)"
desc: "Gets a list of Application Insights components within a resource group."
returns:
description: "a list of Application Insights components 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\" />&lt;<xref href=\"com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner?alt=com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner&text=ApplicationInsightsComponentInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "ComponentsClient.listByResourceGroup(String resourceGroupName, Context context)"
summary: "Gets a list of Application Insights components 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<ApplicationInsightsComponentInner> listByResourceGroup(String resourceGroupName, Context context)"
desc: "Gets a list of Application Insights components within a resource group."
returns:
description: "a list of Application Insights components 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\" />&lt;<xref href=\"com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner?alt=com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner&text=ApplicationInsightsComponentInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.purge(java.lang.String,java.lang.String,com.azure.resourcemanager.applicationinsights.models.ComponentPurgeBody)"
fullName: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.purge(String resourceGroupName, String resourceName, ComponentPurgeBody body)"
name: "purge(String resourceGroupName, String resourceName, ComponentPurgeBody body)"
nameWithType: "ComponentsClient.purge(String resourceGroupName, String resourceName, ComponentPurgeBody body)"
summary: "Purges data in an Application Insights component by a set of user-defined filters."
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 Application Insights component resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Describes the body of a request to purge data in a single table of an Application Insights component."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.ComponentPurgeBody?alt=com.azure.resourcemanager.applicationinsights.models.ComponentPurgeBody&text=ComponentPurgeBody\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ComponentPurgeResponseInner purge(String resourceGroupName, String resourceName, ComponentPurgeBody body)"
desc: "Purges data in an Application Insights component by a set of user-defined filters.\n\nIn order to manage system resources, purge requests are throttled at 50 requests per hour. You should batch the execution of purge requests by sending a single command whose predicate includes all user identities that require purging. Use the in operator to specify multiple identities. You should run the query prior to using for a purge request to verify that the results are expected. Note: this operation is intended for Classic resources, for workspace-based Application Insights resource please run purge operation (directly on the workspace)(https://docs.microsoft.com/en-us/rest/api/loganalytics/workspace-purge/purge) , scoped to specific resource id."
returns:
description: "response containing operationId for a specific purge action."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.fluent.models.ComponentPurgeResponseInner?alt=com.azure.resourcemanager.applicationinsights.fluent.models.ComponentPurgeResponseInner&text=ComponentPurgeResponseInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.purgeWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.applicationinsights.models.ComponentPurgeBody,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.purgeWithResponse(String resourceGroupName, String resourceName, ComponentPurgeBody body, Context context)"
name: "purgeWithResponse(String resourceGroupName, String resourceName, ComponentPurgeBody body, Context context)"
nameWithType: "ComponentsClient.purgeWithResponse(String resourceGroupName, String resourceName, ComponentPurgeBody body, Context context)"
summary: "Purges data in an Application Insights component by a set of user-defined filters."
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 Application Insights component resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Describes the body of a request to purge data in a single table of an Application Insights component."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.ComponentPurgeBody?alt=com.azure.resourcemanager.applicationinsights.models.ComponentPurgeBody&text=ComponentPurgeBody\" 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<ComponentPurgeResponseInner> purgeWithResponse(String resourceGroupName, String resourceName, ComponentPurgeBody body, Context context)"
desc: "Purges data in an Application Insights component by a set of user-defined filters.\n\nIn order to manage system resources, purge requests are throttled at 50 requests per hour. You should batch the execution of purge requests by sending a single command whose predicate includes all user identities that require purging. Use the in operator to specify multiple identities. You should run the query prior to using for a purge request to verify that the results are expected. Note: this operation is intended for Classic resources, for workspace-based Application Insights resource please run purge operation (directly on the workspace)(https://docs.microsoft.com/en-us/rest/api/loganalytics/workspace-purge/purge) , scoped to specific resource id."
returns:
description: "response containing operationId for a specific purge action 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.applicationinsights.fluent.models.ComponentPurgeResponseInner?alt=com.azure.resourcemanager.applicationinsights.fluent.models.ComponentPurgeResponseInner&text=ComponentPurgeResponseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.updateTags(java.lang.String,java.lang.String,com.azure.resourcemanager.applicationinsights.models.TagsResource)"
fullName: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.updateTags(String resourceGroupName, String resourceName, TagsResource componentTags)"
name: "updateTags(String resourceGroupName, String resourceName, TagsResource componentTags)"
nameWithType: "ComponentsClient.updateTags(String resourceGroupName, String resourceName, TagsResource componentTags)"
summary: "Updates an existing component's tags."
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 Application Insights component resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Updated tag information to set into the component instance."
name: "componentTags"
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.TagsResource?alt=com.azure.resourcemanager.applicationinsights.models.TagsResource&text=TagsResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ApplicationInsightsComponentInner updateTags(String resourceGroupName, String resourceName, TagsResource componentTags)"
desc: "Updates an existing component's tags. To update other fields use the CreateOrUpdate method."
returns:
description: "an Application Insights component definition."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner?alt=com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner&text=ApplicationInsightsComponentInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.updateTagsWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.applicationinsights.models.TagsResource,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.applicationinsights.fluent.ComponentsClient.updateTagsWithResponse(String resourceGroupName, String resourceName, TagsResource componentTags, Context context)"
name: "updateTagsWithResponse(String resourceGroupName, String resourceName, TagsResource componentTags, Context context)"
nameWithType: "ComponentsClient.updateTagsWithResponse(String resourceGroupName, String resourceName, TagsResource componentTags, Context context)"
summary: "Updates an existing component's tags."
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 Application Insights component resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Updated tag information to set into the component instance."
name: "componentTags"
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.TagsResource?alt=com.azure.resourcemanager.applicationinsights.models.TagsResource&text=TagsResource\" 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<ApplicationInsightsComponentInner> updateTagsWithResponse(String resourceGroupName, String resourceName, TagsResource componentTags, Context context)"
desc: "Updates an existing component's tags. To update other fields use the CreateOrUpdate method."
returns:
description: "an Application Insights component 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\" />&lt;<xref href=\"com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner?alt=com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner&text=ApplicationInsightsComponentInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in ComponentsClient."
metadata: {}
package: "com.azure.resourcemanager.applicationinsights.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-applicationinsights:1.0.0