PurviewScanningServiceClient Class

Definition

The PurviewScanningService service client.

public class PurviewScanningServiceClient
type PurviewScanningServiceClient = class
Public Class PurviewScanningServiceClient
Inheritance
PurviewScanningServiceClient

Constructors

PurviewScanningServiceClient()

Initializes a new instance of PurviewScanningServiceClient for mocking.

PurviewScanningServiceClient(Uri, TokenCredential, PurviewScanningServiceClientOptions)

Initializes a new instance of PurviewScanningServiceClient.

Properties

Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

CreateOrUpdateKeyVaultReference(String, RequestContent, RequestOptions)

Creates an instance of a key vault connection.

CreateOrUpdateKeyVaultReferenceAsync(String, RequestContent, RequestOptions)

Creates an instance of a key vault connection.

CreateOrUpdateScanRuleset(String, RequestContent, RequestOptions)

Creates or Updates a scan ruleset.

CreateOrUpdateScanRulesetAsync(String, RequestContent, RequestOptions)

Creates or Updates a scan ruleset.

DeleteKeyVaultReference(String, RequestOptions)

Deletes the key vault connection associated with the account.

DeleteKeyVaultReferenceAsync(String, RequestOptions)

Deletes the key vault connection associated with the account.

DeleteScanRuleset(String, RequestOptions)

Deletes a scan ruleset.

DeleteScanRulesetAsync(String, RequestOptions)

Deletes a scan ruleset.

GetClassificationRuleClient(String)
GetClassificationRules(RequestOptions)

List classification rules in Account.

GetClassificationRulesAsync(RequestOptions)

List classification rules in Account.

GetDataSourceClient(String)
GetDataSources(RequestOptions)

List data sources in Data catalog.

GetDataSourcesAsync(RequestOptions)

List data sources in Data catalog.

GetKeyVaultReference(String, RequestOptions)

Gets key vault information.

GetKeyVaultReferenceAsync(String, RequestOptions)

Gets key vault information.

GetKeyVaultReferences(RequestOptions)

List key vault connections in account.

GetKeyVaultReferencesAsync(RequestOptions)

List key vault connections in account.

GetLatestSystemRulesets(RequestOptions, String)

Get the latest version of a system scan ruleset.

GetLatestSystemRulesetsAsync(RequestOptions, String)

Get the latest version of a system scan ruleset.

GetScanRuleset(String, RequestOptions)

Get a scan ruleset.

GetScanRulesetAsync(String, RequestOptions)

Get a scan ruleset.

GetScanRulesets(RequestOptions)

List scan rulesets in Data catalog.

GetScanRulesetsAsync(RequestOptions)

List scan rulesets in Data catalog.

GetSystemRulesets(RequestOptions)

List all system scan rulesets for an account.

GetSystemRulesetsAsync(RequestOptions)

List all system scan rulesets for an account.

GetSystemRulesetsForDataSource(String, RequestOptions)

Get a system scan ruleset for a data source.

GetSystemRulesetsForDataSourceAsync(String, RequestOptions)

Get a system scan ruleset for a data source.

GetSystemRulesetsForVersion(Int32, RequestOptions, String)

Get a scan ruleset by version.

GetSystemRulesetsForVersionAsync(Int32, RequestOptions, String)

Get a scan ruleset by version.

GetSystemRulesetsVersions(RequestOptions, String)

List system scan ruleset versions in Data catalog.

GetSystemRulesetsVersionsAsync(RequestOptions, String)

List system scan ruleset versions in Data catalog.

Applies to