ConcurLinkedService(Object, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ConcurLinkedService.
public ConcurLinkedService (object clientId, object username);
new Azure.Analytics.Synapse.Artifacts.Models.ConcurLinkedService : obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.ConcurLinkedService
Public Sub New (clientId As Object, username As Object)
Parameters
- clientId
- Object
Application client_id supplied by Concur App Management.
- username
- Object
The user name that you use to access Concur Service.
Exceptions
clientId
or username
is null.