Freigeben über


MarketoLinkedService Konstruktor

Definition

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

Parameter

endpoint
DataFactoryElement<String>

Der Endpunkt des Marketo-Servers (d. h. 123-ABC-321.mktorest.com).

clientId
DataFactoryElement<String>

Die Client-ID des Marketo-Diensts

Ausnahmen

endpoint oder clientId ist NULL.

Gilt für: