AzureMLLinkedService Class

Definition

Azure ML Studio Web Service linked service.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AzureML")]
public class AzureMLLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AzureML")>]
type AzureMLLinkedService = class
    inherit LinkedService
Public Class AzureMLLinkedService
Inherits LinkedService
Inheritance
AzureMLLinkedService
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

AzureMLLinkedService()

Initializes a new instance of the AzureMLLinkedService class.

AzureMLLinkedService(Object, SecretBase, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, SecretBase, Object, Object, Object)

Initializes a new instance of the AzureMLLinkedService class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from LinkedService)
Annotations

Gets or sets list of tags that can be used for describing the linked service.

(Inherited from LinkedService)
ApiKey

Gets or sets the API key for accessing the Azure ML model endpoint.

Authentication

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

ConnectVia

Gets or sets the integration runtime reference.

(Inherited from LinkedService)
Description

Gets or sets linked service description.

(Inherited from LinkedService)
EncryptedCredential

Gets or sets the encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

MlEndpoint

Gets or sets the Batch Execution REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with resultType string).

Parameters

Gets or sets parameters for linked service.

(Inherited from LinkedService)
ServicePrincipalId

Gets or sets the ID of the service principal used to authenticate against the ARM-based updateResourceEndpoint of an Azure ML Studio web service. Type: string (or Expression with resultType string).

ServicePrincipalKey

Gets or sets the key of the service principal used to authenticate against the ARM-based updateResourceEndpoint of an Azure ML Studio web service.

Tenant

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

UpdateResourceEndpoint

Gets or sets the Update Resource REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with resultType string).

Methods

Validate()

Validate the object.

Applies to