AmazonMWSLinkedService(Object, Object, Object, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AmazonMWSLinkedService.
public AmazonMWSLinkedService (object endpoint, object marketplaceID, object sellerID, object accessKeyId);
new Azure.Analytics.Synapse.Artifacts.Models.AmazonMWSLinkedService : obj * obj * obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.AmazonMWSLinkedService
Public Sub New (endpoint As Object, marketplaceID As Object, sellerID As Object, accessKeyId As Object)
Parameters
- endpoint
- Object
The endpoint of the Amazon MWS server, (i.e. mws.amazonservices.com).
- marketplaceID
- Object
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
- Object
The Amazon seller ID.
- accessKeyId
- Object
The access key id used to access data.
Exceptions
endpoint
, marketplaceID
, sellerID
or accessKeyId
is null.
Applies to
Azure SDK for .NET