Uses of Class
com.azure.resourcemanager.datafactory.models.AzureBatchLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureBatchLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureBatchLinkedService.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.