ServiceNowV2LinkedService(Object, ServiceNowV2AuthenticationType) 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 ServiceNowV2LinkedService.
public ServiceNowV2LinkedService(object endpoint, Azure.Analytics.Synapse.Artifacts.Models.ServiceNowV2AuthenticationType authenticationType);
new Azure.Analytics.Synapse.Artifacts.Models.ServiceNowV2LinkedService : obj * Azure.Analytics.Synapse.Artifacts.Models.ServiceNowV2AuthenticationType -> Azure.Analytics.Synapse.Artifacts.Models.ServiceNowV2LinkedService
Public Sub New (endpoint As Object, authenticationType As ServiceNowV2AuthenticationType)
Parameters
- endpoint
- Object
The endpoint of the ServiceNowV2 server. (i.e. <instance>.service-now.com).
- authenticationType
- ServiceNowV2AuthenticationType
The authentication type to use.
Exceptions
endpoint is null.