PurviewClassificationRuleClient 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.
The PurviewClassificationRule service client.
public class PurviewClassificationRuleClient
type PurviewClassificationRuleClient = class
Public Class PurviewClassificationRuleClient
- Inheritance
-
PurviewClassificationRuleClient
Constructors
PurviewClassificationRuleClient() |
Initializes a new instance of PurviewClassificationRuleClient for mocking. |
PurviewClassificationRuleClient(Uri, String, TokenCredential, PurviewScanningServiceClientOptions) |
Initializes a new instance of PurviewClassificationRuleClient. |
Properties
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
CreateOrUpdate(RequestContent, RequestOptions) |
Creates or Updates a classification rule. |
CreateOrUpdateAsync(RequestContent, RequestOptions) |
Creates or Updates a classification rule. |
Delete(RequestOptions) |
Deletes a classification rule. |
DeleteAsync(RequestOptions) |
Deletes a classification rule. |
GetProperties(RequestOptions) |
Get a classification rule. |
GetPropertiesAsync(RequestOptions) |
Get a classification rule. |
GetVersions(RequestOptions) |
Lists the rule versions of a classification rule. |
GetVersionsAsync(RequestOptions) |
Lists the rule versions of a classification rule. |
TagVersion(Int32, String, RequestOptions) |
Sets Classification Action on a specific classification rule version. |
TagVersionAsync(Int32, String, RequestOptions) |
Sets Classification Action on a specific classification rule version. |
Applies to
Azure SDK for .NET