Partilhar via


ServiceNowLinkedService Construtor

Definição

Inicializa uma nova instância do 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)

Parâmetros

endpoint
DataFactoryElement<String>

O endpoint do servidor do ServiceNow. (ou seja, <instance.service-now.com>).

authenticationType
ServiceNowAuthenticationType

O tipo de autenticação a ser usado.

Exceções

endpoint é nulo.

Aplica-se a