WorkspacePurgeOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for WorkspacePurgeOperations.
public static class WorkspacePurgeOperationsExtensions
type WorkspacePurgeOperationsExtensions = class
Public Module WorkspacePurgeOperationsExtensions
- Inheritance
-
WorkspacePurgeOperationsExtensions
Methods
GetPurgeStatus(IWorkspacePurgeOperations, String, String, String) |
Gets status of an ongoing purge operation. |
GetPurgeStatusAsync(IWorkspacePurgeOperations, String, String, String, CancellationToken) |
Gets status of an ongoing purge operation. |
Purge(IWorkspacePurgeOperations, String, String, WorkspacePurgeBody) |
Purges data in an Log Analytics workspace by a set of user-defined filters. In 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. |
PurgeAsync(IWorkspacePurgeOperations, String, String, WorkspacePurgeBody, CancellationToken) |
Purges data in an Log Analytics workspace by a set of user-defined filters. In 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. |
Applies to
Azure SDK for .NET