PurviewScanClient Constructors
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.
Overloads
PurviewScanClient() |
Initializes a new instance of PurviewScanClient for mocking. |
PurviewScanClient(Uri, String, String, TokenCredential, PurviewScanningServiceClientOptions) |
Initializes a new instance of PurviewScanClient. |
PurviewScanClient()
- Source:
- PurviewScanClient.cs
Initializes a new instance of PurviewScanClient for mocking.
protected PurviewScanClient ();
Protected Sub New ()
Applies to
PurviewScanClient(Uri, String, String, TokenCredential, PurviewScanningServiceClientOptions)
- Source:
- PurviewScanClient.cs
Initializes a new instance of PurviewScanClient.
public PurviewScanClient (Uri endpoint, string dataSourceName, string scanName, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Scanning.PurviewScanningServiceClientOptions options = default);
new Azure.Analytics.Purview.Scanning.PurviewScanClient : Uri * string * string * Azure.Core.TokenCredential * Azure.Analytics.Purview.Scanning.PurviewScanningServiceClientOptions -> Azure.Analytics.Purview.Scanning.PurviewScanClient
Public Sub New (endpoint As Uri, dataSourceName As String, scanName As String, credential As TokenCredential, Optional options As PurviewScanningServiceClientOptions = Nothing)
Parameters
- endpoint
- Uri
The scanning endpoint of your purview account. Example: https://{accountName}.scan.purview.azure.com.
- dataSourceName
- String
The String to use.
- scanName
- String
The String to use.
- credential
- TokenCredential
A credential used to authenticate to an Azure Service.
The options for configuring the client.
Exceptions
endpoint
, dataSourceName
, scanName
, or credential
is null.
Applies to
Azure SDK for .NET