Class AzureBatchLinkedService

java.lang.Object
com.azure.analytics.synapse.artifacts.models.LinkedService
com.azure.analytics.synapse.artifacts.models.AzureBatchLinkedService

public class AzureBatchLinkedService extends LinkedService
Azure Batch linked service.
  • Constructor Details

    • AzureBatchLinkedService

      public AzureBatchLinkedService()
  • Method Details

    • getAccountName

      public Object getAccountName()
      Get the accountName property: The Azure Batch account name. Type: string (or Expression with resultType string).
      Returns:
      the accountName value.
    • setAccountName

      public AzureBatchLinkedService setAccountName(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.
    • getAccessKey

      public SecretBase getAccessKey()
      Get the accessKey property: The Azure Batch account access key.
      Returns:
      the accessKey value.
    • setAccessKey

      public AzureBatchLinkedService setAccessKey(SecretBase accessKey)
      Set the accessKey property: The Azure Batch account access key.
      Parameters:
      accessKey - the accessKey value to set.
      Returns:
      the AzureBatchLinkedService object itself.
    • getBatchUri

      public Object getBatchUri()
      Get the batchUri property: The Azure Batch URI. Type: string (or Expression with resultType string).
      Returns:
      the batchUri value.
    • setBatchUri

      public AzureBatchLinkedService setBatchUri(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.
    • getPoolName

      public Object getPoolName()
      Get the poolName property: The Azure Batch pool name. Type: string (or Expression with resultType string).
      Returns:
      the poolName value.
    • setPoolName

      public AzureBatchLinkedService setPoolName(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.
    • getLinkedServiceName

      public LinkedServiceReference getLinkedServiceName()
      Get the linkedServiceName property: The Azure Storage linked service reference.
      Returns:
      the linkedServiceName value.
    • setLinkedServiceName

      public AzureBatchLinkedService setLinkedServiceName(LinkedServiceReference linkedServiceName)
      Set the linkedServiceName property: The Azure Storage linked service reference.
      Parameters:
      linkedServiceName - the linkedServiceName value to set.
      Returns:
      the AzureBatchLinkedService object itself.
    • getEncryptedCredential

      public Object getEncryptedCredential()
      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.
    • setEncryptedCredential

      public AzureBatchLinkedService setEncryptedCredential(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.
    • setConnectVia

      public AzureBatchLinkedService setConnectVia(IntegrationRuntimeReference connectVia)
      Set the connectVia property: The integration runtime reference.
      Overrides:
      setConnectVia in class LinkedService
      Parameters:
      connectVia - the connectVia value to set.
      Returns:
      the LinkedService object itself.
    • setDescription

      public AzureBatchLinkedService setDescription(String description)
      Set the description property: Linked service description.
      Overrides:
      setDescription in class LinkedService
      Parameters:
      description - the description value to set.
      Returns:
      the LinkedService object itself.
    • setParameters

      public AzureBatchLinkedService setParameters(Map<String,ParameterSpecification> parameters)
      Set the parameters property: Parameters for linked service.
      Overrides:
      setParameters in class LinkedService
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the LinkedService object itself.
    • setAnnotations

      public AzureBatchLinkedService setAnnotations(List<Object> annotations)
      Set the annotations property: List of tags that can be used for describing the linked service.
      Overrides:
      setAnnotations in class LinkedService
      Parameters:
      annotations - the annotations value to set.
      Returns:
      the LinkedService object itself.