Udostępnij przez


QuickBooksLinkedService(Object, Object, Object, SecretBase) Constructor

Definition

Initializes a new instance of QuickBooksLinkedService.

public QuickBooksLinkedService(object endpoint, object companyId, object consumerKey, Azure.Analytics.Synapse.Artifacts.Models.SecretBase consumerSecret);
new Azure.Analytics.Synapse.Artifacts.Models.QuickBooksLinkedService : obj * obj * obj * 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)

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 2.0 authentication.

consumerSecret
SecretBase

The consumer secret for OAuth 2.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 or consumerSecret is null.

Applies to