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