java.lang.Object
com.azure.resourcemanager.datafactory.models.CustomSetupBase
com.azure.resourcemanager.datafactory.models.CmdkeySetup

public final class CmdkeySetup extends CustomSetupBase
The custom setup of running cmdkey commands.
  • Constructor Details

    • CmdkeySetup

      public CmdkeySetup()
  • Method Details

    • targetName

      public Object targetName()
      Get the targetName property: The server name of data source access.
      Returns:
      the targetName value.
    • withTargetName

      public CmdkeySetup withTargetName(Object targetName)
      Set the targetName property: The server name of data source access.
      Parameters:
      targetName - the targetName value to set.
      Returns:
      the CmdkeySetup object itself.
    • username

      public Object username()
      Get the username property: The user name of data source access.
      Returns:
      the username value.
    • withUsername

      public CmdkeySetup withUsername(Object username)
      Set the username property: The user name of data source access.
      Parameters:
      username - the username value to set.
      Returns:
      the CmdkeySetup object itself.
    • password

      public SecretBase password()
      Get the password property: The password of data source access.
      Returns:
      the password value.
    • withPassword

      public CmdkeySetup withPassword(SecretBase password)
      Set the password property: The password of data source access.
      Parameters:
      password - the password value to set.
      Returns:
      the CmdkeySetup object itself.
    • validate

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