Package version:

Interface AzureMLServiceLinkedService

Azure ML Service linked service.

interface AzureMLServiceLinkedService {
    annotations?: any[];
    authentication?: any;
    connectVia?: IntegrationRuntimeReference;
    description?: string;
    encryptedCredential?: string;
    mlWorkspaceName: any;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    resourceGroupName: any;
    servicePrincipalId?: any;
    servicePrincipalKey?: SecretBaseUnion;
    subscriptionId: any;
    tenant?: any;
    type: "AzureMLService";
    version?: string;
}

Hierarchy (view full)

Properties

annotations?: any[]

List of tags that can be used for describing the linked service.

authentication?: any

Type of authentication (Required to specify MSI) used to connect to AzureML. Type: string (or Expression with resultType string).

The integration runtime reference.

description?: string

Linked service description.

encryptedCredential?: string

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

mlWorkspaceName: any

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

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for linked service.

resourceGroupName: any

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

servicePrincipalId?: any

The ID of the service principal used to authenticate against the endpoint of a published Azure ML Service pipeline. Type: string (or Expression with resultType string).

servicePrincipalKey?: SecretBaseUnion

The key of the service principal used to authenticate against the endpoint of a published Azure ML Service pipeline.

subscriptionId: any

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

tenant?: any

The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).

type

Polymorphic discriminator, which specifies the different types this object can be

version?: string

Version of the linked service.