Share via


AmazonMwsLinkedService Constructor

Definition

Initializes a new instance of AmazonMwsLinkedService.

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

Parameters

endpoint
DataFactoryElement<String>

The endpoint of the Amazon MWS server, (i.e. mws.amazonservices.com).

marketplaceId
DataFactoryElement<String>

The Amazon Marketplace ID you want to retrieve data from. To retrieve data from multiple Marketplace IDs, separate them with a comma (,). (i.e. A2EUQ1WTGCTBG2).

sellerId
DataFactoryElement<String>

The Amazon seller ID.

accessKeyId
DataFactoryElement<String>

The access key id used to access data.

Exceptions

endpoint, marketplaceId, sellerId or accessKeyId is null.

Applies to