Uses of Class
com.azure.resourcemanager.datafactory.models.AzureMLServiceLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureMLServiceLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureMLServiceLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.AzureMLServiceLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.AzureMLServiceLinkedService.withDescription
(String description) Set the description property: Linked service description.AzureMLServiceLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.AzureMLServiceLinkedService.withMlWorkspaceName
(Object mlWorkspaceName) Set the mlWorkspaceName property: Azure ML Service workspace name.AzureMLServiceLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.AzureMLServiceLinkedService.withResourceGroupName
(Object resourceGroupName) Set the resourceGroupName property: Azure ML Service workspace resource group name.AzureMLServiceLinkedService.withServicePrincipalId
(Object servicePrincipalId) Set the servicePrincipalId property: The ID of the service principal used to authenticate against the endpoint of a published Azure ML Service pipeline.AzureMLServiceLinkedService.withServicePrincipalKey
(SecretBase servicePrincipalKey) Set the servicePrincipalKey property: The key of the service principal used to authenticate against the endpoint of a published Azure ML Service pipeline.AzureMLServiceLinkedService.withSubscriptionId
(Object subscriptionId) Set the subscriptionId property: Azure ML Service workspace subscription ID.AzureMLServiceLinkedService.withTenant
(Object tenant) Set the tenant property: The name or ID of the tenant to which the service principal belongs.