Freigeben über


ServiceNowLinkedService Konstruktor

Definition

Initialisiert eine neue instance von 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)

Parameter

endpoint
DataFactoryElement<String>

Der Endpunkt des ServiceNow-Servers. (d. h. <>instance.service-now.com).

authenticationType
ServiceNowAuthenticationType

Der zu verwendende Authentifizierungstyp.

Ausnahmen

endpoint ist NULL.

Gilt für: