AzureMLLinkedService
Class
Definition
Azure ML Web Service linked service.
[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("AzureML")]
public class AzureMLLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
- Inheritance
- Attributes
Constructors
| AzureMLLinkedService() |
Initializes a new instance of the AzureMLLinkedService class. |
| AzureMLLinkedService(String, String) |
Initializes a new instance of the AzureMLLinkedService class with required arguments. |
Properties
| ApiKey |
Required. The API key for accessing the Azure ML model endpoint. |
| MlEndpoint |
Required. The Batch Execution REST URL for an Azure ML Web Service endpoint. The endpoint should be of the form: https://_region_.services.azureml.net/workspaces/_workspace_id_/services/_service_id_/jobs?api-version=2.0" |
| ServicePrincipalId |
Optional. The ID of the service principal used to authenticate against the ARM-based updateResourceEndpoint of an Azure ML web service. |
| ServicePrincipalKey |
Optional. The key of the service principal used to authenticate against the ARM-based updateResourceEndpoint of an Azure ML web service. |
| Tenant |
Optional. The name or ID of the tenant to which the service principal belongs. |
| UpdateResourceEndpoint |
Optional. The Update Resource REST URL for an Azure ML Web Service endpoint. The endpoint should be of the form: https://management.azureml.net/workspaces/_workspace_id_/webservices/_service_id_/endpoints/_endpointName_. Include this property for updating the endpoint after retraining, using AzureMLUpdateResourceActivity. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |