Przeczytaj w języku angielskim

Udostępnij za pośrednictwem


AssetsClient Constructors

Definition

Overloads

AssetsClient()

Initializes a new instance of AssetsClient for mocking.

AssetsClient(String, TokenCredential)

Initializes a new instance of AssetsClient.

AssetsClient(String, TokenCredential, PurviewShareClientOptions)

Initializes a new instance of AssetsClient.

AssetsClient()

Source:
AssetsClient.cs

Initializes a new instance of AssetsClient for mocking.

protected AssetsClient ();

Applies to

Azure SDK for .NET Legacy
Produkt Wersje
Azure SDK for .NET Legacy

AssetsClient(String, TokenCredential)

Source:
AssetsClient.cs

Initializes a new instance of AssetsClient.

public AssetsClient (string endpoint, Azure.Core.TokenCredential credential);

Parameters

endpoint
String

The scanning endpoint of your purview account. Example: https://{accountName}.purview.azure.com/share.

credential
TokenCredential

A credential used to authenticate to an Azure Service.

Exceptions

endpoint or credential is null.

Applies to

Azure SDK for .NET Legacy
Produkt Wersje
Azure SDK for .NET Legacy

AssetsClient(String, TokenCredential, PurviewShareClientOptions)

Source:
AssetsClient.cs

Initializes a new instance of AssetsClient.

public AssetsClient (string endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Share.PurviewShareClientOptions options);

Parameters

endpoint
String

The scanning endpoint of your purview account. Example: https://{accountName}.purview.azure.com/share.

credential
TokenCredential

A credential used to authenticate to an Azure Service.

options
PurviewShareClientOptions

The options for configuring the client.

Exceptions

endpoint or credential is null.

Applies to

Azure SDK for .NET Legacy
Produkt Wersje
Azure SDK for .NET Legacy