Class AzureBatchLinkedServiceTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.AzureBatchLinkedServiceTypeProperties

public final class AzureBatchLinkedServiceTypeProperties extends Object
Azure Batch linked service properties.
  • Constructor Details

    • AzureBatchLinkedServiceTypeProperties

      public AzureBatchLinkedServiceTypeProperties()
  • Method Details

    • 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 AzureBatchLinkedServiceTypeProperties 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 AzureBatchLinkedServiceTypeProperties object itself.
    • accessKey

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

      public AzureBatchLinkedServiceTypeProperties withAccessKey(SecretBase accessKey)
      Set the accessKey property: The Azure Batch account access key.
      Parameters:
      accessKey - the accessKey value to set.
      Returns:
      the AzureBatchLinkedServiceTypeProperties 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 AzureBatchLinkedServiceTypeProperties 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 AzureBatchLinkedServiceTypeProperties 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 AzureBatchLinkedServiceTypeProperties 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 AzureBatchLinkedServiceTypeProperties object itself.
    • linkedServiceName

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

      public AzureBatchLinkedServiceTypeProperties withLinkedServiceName(LinkedServiceReference linkedServiceName)
      Set the linkedServiceName property: The Azure Storage linked service reference.
      Parameters:
      linkedServiceName - the linkedServiceName value to set.
      Returns:
      the AzureBatchLinkedServiceTypeProperties 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 AzureBatchLinkedServiceTypeProperties 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 AzureBatchLinkedServiceTypeProperties object itself.
    • credential

      public CredentialReference credential()
      Get the credential property: The credential reference containing authentication information.
      Returns:
      the credential value.
    • withCredential

      public AzureBatchLinkedServiceTypeProperties withCredential(CredentialReference credential)
      Set the credential property: The credential reference containing authentication information.
      Parameters:
      credential - the credential value to set.
      Returns:
      the AzureBatchLinkedServiceTypeProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.