Partilhar via


MarketoLinkedService Construtor

Definição

Inicializa uma nova instância de MarketoLinkedService.

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

Parâmetros

endpoint
DataFactoryElement<String>

O ponto de extremidade do servidor do Marketo. (ou seja, 123-ABC-321.mktorest.com).

clientId
DataFactoryElement<String>

A ID do cliente do serviço Marketo.

Exceções

endpoint ou clientId é nulo.

Aplica-se a