AzureMLLinkedService Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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. |
AzureMLLinkedService()
Initializes a new instance of the AzureMLLinkedService class.
public AzureMLLinkedService ();
Public Sub New ()
Applies to
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.
public AzureMLLinkedService (object mlEndpoint, Microsoft.Azure.Management.DataFactory.Models.SecretBase apiKey, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, object updateResourceEndpoint = default, object servicePrincipalId = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalKey = default, object tenant = default, object encryptedCredential = default, object authentication = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureMLLinkedService : obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.AzureMLLinkedService
Public Sub New (mlEndpoint As Object, apiKey As SecretBase, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional updateResourceEndpoint As Object = Nothing, Optional servicePrincipalId As Object = Nothing, Optional servicePrincipalKey As SecretBase = Nothing, Optional tenant As Object = Nothing, Optional encryptedCredential As Object = Nothing, Optional authentication As Object = Nothing)
Parameters
- mlEndpoint
- Object
The Batch Execution REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with resultType string).
- apiKey
- SecretBase
The API key for accessing the Azure ML model endpoint.
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- connectVia
- IntegrationRuntimeReference
The integration runtime reference.
- description
- String
Linked service description.
- parameters
- IDictionary<String,ParameterSpecification>
Parameters for linked service.
- updateResourceEndpoint
- Object
The Update Resource REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with resultType string).
- servicePrincipalId
- Object
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
- SecretBase
The key of the service principal used to authenticate against the ARM-based updateResourceEndpoint of an Azure ML Studio web service.
- tenant
- Object
The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).
- encryptedCredential
- Object
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
- authentication
- Object
Type of authentication (Required to specify MSI) used to connect to AzureML. Type: string (or Expression with resultType string).
Applies to
Azure SDK for .NET