Class AzureBatchLinkedService
java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedService
com.azure.resourcemanager.datafactory.models.AzureBatchLinkedService
Azure Batch linked service.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AzureBatchLinkedService class. -
Method Summary
Modifier and TypeMethodDescriptionGet the accessKey property: The Azure Batch account access key.Get the accountName property: The Azure Batch account name.batchUri()
Get the batchUri property: The Azure Batch URI.Get the credential property: The credential reference containing authentication information.Get the encryptedCredential property: The encrypted credential used for authentication.Get the linkedServiceName property: The Azure Storage linked service reference.poolName()
Get the poolName property: The Azure Batch pool name.void
validate()
Validates the instance.withAccessKey
(SecretBase accessKey) Set the accessKey property: The Azure Batch account access key.withAccountName
(Object accountName) Set the accountName property: The Azure Batch account name.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.withBatchUri
(Object batchUri) Set the batchUri property: The Azure Batch URI.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.withCredential
(CredentialReference credential) Set the credential property: The credential reference containing authentication information.withDescription
(String description) Set the description property: Linked service description.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: The Azure Storage linked service reference.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.withPoolName
(Object poolName) Set the poolName property: The Azure Batch pool name.Methods inherited from class com.azure.resourcemanager.datafactory.models.LinkedService
additionalProperties, annotations, connectVia, description, parameters, withAdditionalProperties
-
Constructor Details
-
AzureBatchLinkedService
public AzureBatchLinkedService()Creates an instance of AzureBatchLinkedService class.
-
-
Method Details
-
withConnectVia
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
Set the description property: Linked service description.- Overrides:
withDescription
in classLinkedService
- Parameters:
description
- the description value to set.- Returns:
- the LinkedService object itself.
-
withParameters
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
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.
-
accountName
Get the accountName property: The Azure Batch account name. Type: string (or Expression with resultType string).- Returns:
- the accountName value.
-
withAccountName
Set the accountName property: The Azure Batch account name. Type: string (or Expression with resultType string).- Parameters:
accountName
- the accountName value to set.- Returns:
- the AzureBatchLinkedService object itself.
-
accessKey
Get the accessKey property: The Azure Batch account access key.- Returns:
- the accessKey value.
-
withAccessKey
Set the accessKey property: The Azure Batch account access key.- Parameters:
accessKey
- the accessKey value to set.- Returns:
- the AzureBatchLinkedService object itself.
-
batchUri
Get the batchUri property: The Azure Batch URI. Type: string (or Expression with resultType string).- Returns:
- the batchUri value.
-
withBatchUri
Set the batchUri property: The Azure Batch URI. Type: string (or Expression with resultType string).- Parameters:
batchUri
- the batchUri value to set.- Returns:
- the AzureBatchLinkedService object itself.
-
poolName
Get the poolName property: The Azure Batch pool name. Type: string (or Expression with resultType string).- Returns:
- the poolName value.
-
withPoolName
Set the poolName property: The Azure Batch pool name. Type: string (or Expression with resultType string).- Parameters:
poolName
- the poolName value to set.- Returns:
- the AzureBatchLinkedService object itself.
-
linkedServiceName
Get the linkedServiceName property: The Azure Storage linked service reference.- Returns:
- the linkedServiceName value.
-
withLinkedServiceName
Set the linkedServiceName property: The Azure Storage linked service reference.- Parameters:
linkedServiceName
- the linkedServiceName value to set.- Returns:
- the AzureBatchLinkedService object itself.
-
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
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 AzureBatchLinkedService object itself.
-
credential
Get the credential property: The credential reference containing authentication information.- Returns:
- the credential value.
-
withCredential
Set the credential property: The credential reference containing authentication information.- Parameters:
credential
- the credential value to set.- Returns:
- the AzureBatchLinkedService object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-