Class AzureMLServiceLinkedService
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.LinkedService
-
- com.azure.resourcemanager.datafactory.models.AzureMLServiceLinkedService
-
public final class AzureMLServiceLinkedService extends LinkedService
Azure ML Service linked service.
-
-
Constructor Summary
Constructors Constructor Description AzureMLServiceLinkedService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
encryptedCredential()
Get the encryptedCredential property: The encrypted credential used for authentication.Object
mlWorkspaceName()
Get the mlWorkspaceName property: Azure ML Service workspace name.Object
resourceGroupName()
Get the resourceGroupName property: Azure ML Service workspace resource group name.Object
servicePrincipalId()
Get the servicePrincipalId property: The ID of the service principal used to authenticate against the endpoint of a published Azure ML Service pipeline.SecretBase
servicePrincipalKey()
Get the servicePrincipalKey property: The key of the service principal used to authenticate against the endpoint of a published Azure ML Service pipeline.Object
subscriptionId()
Get the subscriptionId property: Azure ML Service workspace subscription ID.Object
tenant()
Get the tenant property: The name or ID of the tenant to which the service principal belongs.void
validate()
Validates the instance.AzureMLServiceLinkedService
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.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.LinkedService
additionalProperties, annotations, connectVia, description, parameters, withAdditionalProperties
-
-
-
-
Method Detail
-
withConnectVia
public AzureMLServiceLinkedService withConnectVia(IntegrationRuntimeReference connectVia)
Set the connectVia property: The integration runtime reference.- Overrides:
withConnectVia
in classLinkedService
- Parameters:
connectVia
- the connectVia value to set.- Returns:
- the LinkedService object itself.
-
withDescription
public AzureMLServiceLinkedService withDescription(String description)
Set the description property: Linked service description.- Overrides:
withDescription
in classLinkedService
- Parameters:
description
- the description value to set.- Returns:
- the LinkedService object itself.
-
withParameters
public AzureMLServiceLinkedService withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for linked service.- Overrides:
withParameters
in classLinkedService
- Parameters:
parameters
- the parameters value to set.- Returns:
- the LinkedService object itself.
-
withAnnotations
public AzureMLServiceLinkedService withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the linked service.- Overrides:
withAnnotations
in classLinkedService
- Parameters:
annotations
- the annotations value to set.- Returns:
- the LinkedService object itself.
-
subscriptionId
public Object subscriptionId()
Get the subscriptionId property: Azure ML Service workspace subscription ID. Type: string (or Expression with resultType string).- Returns:
- the subscriptionId value.
-
withSubscriptionId
public AzureMLServiceLinkedService withSubscriptionId(Object subscriptionId)
Set the subscriptionId property: Azure ML Service workspace subscription ID. Type: string (or Expression with resultType string).- Parameters:
subscriptionId
- the subscriptionId value to set.- Returns:
- the AzureMLServiceLinkedService object itself.
-
resourceGroupName
public Object resourceGroupName()
Get the resourceGroupName property: Azure ML Service workspace resource group name. Type: string (or Expression with resultType string).- Returns:
- the resourceGroupName value.
-
withResourceGroupName
public AzureMLServiceLinkedService withResourceGroupName(Object resourceGroupName)
Set the resourceGroupName property: Azure ML Service workspace resource group name. Type: string (or Expression with resultType string).- Parameters:
resourceGroupName
- the resourceGroupName value to set.- Returns:
- the AzureMLServiceLinkedService object itself.
-
mlWorkspaceName
public Object mlWorkspaceName()
Get the mlWorkspaceName property: Azure ML Service workspace name. Type: string (or Expression with resultType string).- Returns:
- the mlWorkspaceName value.
-
withMlWorkspaceName
public AzureMLServiceLinkedService withMlWorkspaceName(Object mlWorkspaceName)
Set the mlWorkspaceName property: Azure ML Service workspace name. Type: string (or Expression with resultType string).- Parameters:
mlWorkspaceName
- the mlWorkspaceName value to set.- Returns:
- the AzureMLServiceLinkedService object itself.
-
servicePrincipalId
public Object servicePrincipalId()
Get the servicePrincipalId property: The ID of the service principal used to authenticate against the endpoint of a published Azure ML Service pipeline. Type: string (or Expression with resultType string).- Returns:
- the servicePrincipalId value.
-
withServicePrincipalId
public 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. Type: string (or Expression with resultType string).- Parameters:
servicePrincipalId
- the servicePrincipalId value to set.- Returns:
- the AzureMLServiceLinkedService object itself.
-
servicePrincipalKey
public SecretBase servicePrincipalKey()
Get the servicePrincipalKey property: The key of the service principal used to authenticate against the endpoint of a published Azure ML Service pipeline.- Returns:
- the servicePrincipalKey value.
-
withServicePrincipalKey
public 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.- Parameters:
servicePrincipalKey
- the servicePrincipalKey value to set.- Returns:
- the AzureMLServiceLinkedService object itself.
-
tenant
public Object tenant()
Get the tenant property: The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).- Returns:
- the tenant value.
-
withTenant
public AzureMLServiceLinkedService withTenant(Object tenant)
Set the tenant property: The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).- Parameters:
tenant
- the tenant value to set.- Returns:
- the AzureMLServiceLinkedService object itself.
-
encryptedCredential
public Object encryptedCredential()
Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).- Returns:
- the encryptedCredential value.
-
withEncryptedCredential
public AzureMLServiceLinkedService withEncryptedCredential(Object encryptedCredential)
Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).- Parameters:
encryptedCredential
- the encryptedCredential value to set.- Returns:
- the AzureMLServiceLinkedService object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-