Share via


AzureMLServiceLinkedService(Object, Object, Object) Constructor

Definition

Initializes a new instance of AzureMLServiceLinkedService.

public AzureMLServiceLinkedService (object subscriptionId, object resourceGroupName, object mlWorkspaceName);
new Azure.Analytics.Synapse.Artifacts.Models.AzureMLServiceLinkedService : obj * obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.AzureMLServiceLinkedService
Public Sub New (subscriptionId As Object, resourceGroupName As Object, mlWorkspaceName As Object)

Parameters

subscriptionId
Object

Azure ML Service workspace subscription ID. Type: string (or Expression with resultType string).

resourceGroupName
Object

Azure ML Service workspace resource group name. Type: string (or Expression with resultType string).

mlWorkspaceName
Object

Azure ML Service workspace name. Type: string (or Expression with resultType string).

Exceptions

subscriptionId, resourceGroupName or mlWorkspaceName is null.

Applies to