PurviewScanClient Class

Definition

The PurviewScan service client.

public class PurviewScanClient
type PurviewScanClient = class
Public Class PurviewScanClient
Inheritance
PurviewScanClient

Constructors

PurviewScanClient()

Initializes a new instance of PurviewScanClient for mocking.

PurviewScanClient(Uri, String, String, TokenCredential, PurviewScanningServiceClientOptions)

Initializes a new instance of PurviewScanClient.

Properties

Pipeline

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

Methods

CancelScan(String, RequestOptions)

Cancels a scan.

CancelScanAsync(String, RequestOptions)

Cancels a scan.

CreateOrUpdate(RequestContent, RequestOptions)

Creates an instance of a scan.

CreateOrUpdateAsync(RequestContent, RequestOptions)

Creates an instance of a scan.

CreateOrUpdateFilter(RequestContent, RequestOptions)

Creates or updates a filter.

CreateOrUpdateFilterAsync(RequestContent, RequestOptions)

Creates or updates a filter.

CreateOrUpdateTrigger(RequestContent, RequestOptions)

Creates an instance of a trigger.

CreateOrUpdateTriggerAsync(RequestContent, RequestOptions)

Creates an instance of a trigger.

Delete(RequestOptions)

Deletes the scan associated with the data source.

DeleteAsync(RequestOptions)

Deletes the scan associated with the data source.

DeleteTrigger(RequestOptions)

Deletes the trigger associated with the scan.

DeleteTriggerAsync(RequestOptions)

Deletes the trigger associated with the scan.

GetFilter(RequestOptions)

Get a filter.

GetFilterAsync(RequestOptions)

Get a filter.

GetProperties(RequestOptions)

Gets a scan information.

GetPropertiesAsync(RequestOptions)

Gets a scan information.

GetRuns(RequestOptions)

Lists the scan history of a scan.

GetRunsAsync(RequestOptions)

Lists the scan history of a scan.

GetTrigger(RequestOptions)

Gets trigger information.

GetTriggerAsync(RequestOptions)

Gets trigger information.

RunScan(String, RequestOptions, String)

Runs the scan.

RunScanAsync(String, RequestOptions, String)

Runs the scan.

Applies to