Aracılığıyla paylaş


QuickBooksLinkedService Constructor

Definition

Initializes a new instance of QuickBooksLinkedService.

public QuickBooksLinkedService (object endpoint, object companyId, object consumerKey, Azure.Analytics.Synapse.Artifacts.Models.SecretBase consumerSecret, Azure.Analytics.Synapse.Artifacts.Models.SecretBase accessToken, Azure.Analytics.Synapse.Artifacts.Models.SecretBase accessTokenSecret);
new Azure.Analytics.Synapse.Artifacts.Models.QuickBooksLinkedService : obj * obj * obj * Azure.Analytics.Synapse.Artifacts.Models.SecretBase * Azure.Analytics.Synapse.Artifacts.Models.SecretBase * Azure.Analytics.Synapse.Artifacts.Models.SecretBase -> Azure.Analytics.Synapse.Artifacts.Models.QuickBooksLinkedService
Public Sub New (endpoint As Object, companyId As Object, consumerKey As Object, consumerSecret As SecretBase, accessToken As SecretBase, accessTokenSecret As SecretBase)

Parameters

endpoint
Object

The endpoint of the QuickBooks server. (i.e. quickbooks.api.intuit.com).

companyId
Object

The company ID of the QuickBooks company to authorize.

consumerKey
Object

The consumer key for OAuth 1.0 authentication.

consumerSecret
SecretBase

The consumer secret for OAuth 1.0 authentication. 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.

accessToken
SecretBase

The access token for OAuth 1.0 authentication. 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.

accessTokenSecret
SecretBase

The access token secret for OAuth 1.0 authentication. 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

endpoint, companyId, consumerKey, consumerSecret, accessToken or accessTokenSecret is null.

Applies to