Share via


ServiceNowV2LinkedService(Object, ServiceNowV2AuthenticationType) Constructor

Definition

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.

Applies to