Share via


ServiceNowLinkedService Constructor

Definition

Initializes a new instance of ServiceNowLinkedService.

public ServiceNowLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> endpoint, Azure.ResourceManager.DataFactory.Models.ServiceNowAuthenticationType authenticationType);
new Azure.ResourceManager.DataFactory.Models.ServiceNowLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.ResourceManager.DataFactory.Models.ServiceNowAuthenticationType -> Azure.ResourceManager.DataFactory.Models.ServiceNowLinkedService
Public Sub New (endpoint As DataFactoryElement(Of String), authenticationType As ServiceNowAuthenticationType)

Parameters

endpoint
DataFactoryElement<String>

The endpoint of the ServiceNow server. (i.e. <instance>.service-now.com).

authenticationType
ServiceNowAuthenticationType

The authentication type to use.

Exceptions

endpoint is null.

Applies to