Share via


WarehouseLinkedService(Object, Object) Constructor

Definition

Initializes a new instance of WarehouseLinkedService.

public WarehouseLinkedService(object artifactId, object endpoint);
new Azure.Analytics.Synapse.Artifacts.Models.WarehouseLinkedService : obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.WarehouseLinkedService
Public Sub New (artifactId As Object, endpoint As Object)

Parameters

artifactId
Object

The ID of Microsoft Fabric Warehouse artifact. Type: string (or Expression with resultType string).

endpoint
Object

The endpoint of Microsoft Fabric Warehouse server. Type: string (or Expression with resultType string).

Exceptions

artifactId or endpoint is null.

Applies to