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 Details

    • AzureBatchLinkedService

      public AzureBatchLinkedService()
  • Method Details

    • withConnectVia

      public AzureBatchLinkedService withConnectVia(IntegrationRuntimeReference connectVia)
      Set the connectVia property: The integration runtime reference.
      Overrides:
      withConnectVia in class LinkedService
      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 class LinkedService
      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 class LinkedService
      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 class LinkedService
      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 class LinkedService
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.