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(DataFactoryElement<String>, DataFactorySecret) |
Initializes a new instance of AzureMLLinkedService. |
AzureMLLinkedService(DataFactoryElement<String>, DataFactorySecretBaseDefinition) |
Initializes a new instance of AzureMLLinkedService. |
AzureMLLinkedService(DataFactoryElement<String>, DataFactorySecret)
- Source:
- AzureMLLinkedService.cs
Initializes a new instance of AzureMLLinkedService.
public AzureMLLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> mlEndpoint, Azure.Core.Expressions.DataFactory.DataFactorySecret apiKey);
new Azure.ResourceManager.DataFactory.Models.AzureMLLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactorySecret -> Azure.ResourceManager.DataFactory.Models.AzureMLLinkedService
Public Sub New (mlEndpoint As DataFactoryElement(Of String), apiKey As DataFactorySecret)
Parameters
- mlEndpoint
- DataFactoryElement<String>
The Batch Execution REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with resultType string).
- apiKey
- DataFactorySecret
The API key for accessing the Azure ML model endpoint.
Exceptions
mlEndpoint
or apiKey
is null.
Applies to
AzureMLLinkedService(DataFactoryElement<String>, DataFactorySecretBaseDefinition)
- Source:
- AzureMLLinkedService.cs
Initializes a new instance of AzureMLLinkedService.
public AzureMLLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> mlEndpoint, Azure.Core.Expressions.DataFactory.DataFactorySecretBaseDefinition apiKey);
new Azure.ResourceManager.DataFactory.Models.AzureMLLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactorySecretBaseDefinition -> Azure.ResourceManager.DataFactory.Models.AzureMLLinkedService
Public Sub New (mlEndpoint As DataFactoryElement(Of String), apiKey As DataFactorySecretBaseDefinition)
Parameters
- mlEndpoint
- DataFactoryElement<String>
The Batch Execution REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with resultType string).
The API key for accessing the Azure ML model endpoint.
Exceptions
mlEndpoint
or apiKey
is null.
Applies to
Azure SDK for .NET