Class QuickbaseLinkedService
Linked service for Quickbase.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.QuickbaseLinkedService/QuickbaseLinkedServiceConverter))]
public class QuickbaseLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
Constructors
QuickbaseLinkedService(Object, SecretBase)
Initializes a new instance of QuickbaseLinkedService.
Declaration
public QuickbaseLinkedService (object url, Azure.Analytics.Synapse.Artifacts.Models.SecretBase userToken);
Parameters
|
System.Object
url
The url to connect Quickbase source. Type: string (or Expression with resultType string). |
|
SecretBase
userToken
The user token for the Quickbase 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
|
System.ArgumentNullException
|
Properties
EncryptedCredential
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
Declaration
public object EncryptedCredential { get; set; }
Property Value
|
System.Object
|
Url
The url to connect Quickbase source. Type: string (or Expression with resultType string).
Declaration
public object Url { get; set; }
Property Value
|
System.Object
|
UserToken
The user token for the Quickbase 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.
Declaration
public Azure.Analytics.Synapse.Artifacts.Models.SecretBase UserToken { get; set; }
Property Value
|
SecretBase
|