AppFiguresLinkedService(Object, SecretBase, SecretBase) Constructor

Definition

Initializes a new instance of AppFiguresLinkedService.

public AppFiguresLinkedService (object userName, Azure.Analytics.Synapse.Artifacts.Models.SecretBase password, Azure.Analytics.Synapse.Artifacts.Models.SecretBase clientKey);
new Azure.Analytics.Synapse.Artifacts.Models.AppFiguresLinkedService : obj * Azure.Analytics.Synapse.Artifacts.Models.SecretBase * Azure.Analytics.Synapse.Artifacts.Models.SecretBase -> Azure.Analytics.Synapse.Artifacts.Models.AppFiguresLinkedService
Public Sub New (userName As Object, password As SecretBase, clientKey As SecretBase)

Parameters

userName
Object

The username of the Appfigures source.

password
SecretBase

The password of the AppFigures source. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

clientKey
SecretBase

The client key for the AppFigures source. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

Exceptions

userName, password or clientKey is null.

Applies to