Share via


ShopifyLinkedService(DataFactoryElement<String>) Constructor

Definition

Initializes a new instance of ShopifyLinkedService.

public ShopifyLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> host);
new Azure.ResourceManager.DataFactory.Models.ShopifyLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.ShopifyLinkedService
Public Sub New (host As DataFactoryElement(Of String))

Parameters

host
DataFactoryElement<String>

The endpoint of the Shopify server. (i.e. mystore.myshopify.com).

Exceptions

host is null.

Applies to