Partager via


ServiceNowLinkedService Constructeur

Définition

Initialise une nouvelle instance de 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)

Paramètres

endpoint
DataFactoryElement<String>

Point de terminaison du serveur ServiceNow (c’est-à-dire <>instance.service-now.com).

authenticationType
ServiceNowAuthenticationType

Type d’authentification à utiliser.

Exceptions

endpoint a la valeur null.

S’applique à