Class DataLakeAnalyticsCatalogCredentialDeleteParameters

java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialDeleteParameters

public class DataLakeAnalyticsCatalogCredentialDeleteParameters extends Object
Data Lake Analytics catalog credential deletion parameters.
  • Constructor Details

    • DataLakeAnalyticsCatalogCredentialDeleteParameters

      public DataLakeAnalyticsCatalogCredentialDeleteParameters()
  • Method Details

    • password

      public String password()
      Get the current password for the credential and user with access to the data source. This is required if the requester is not the account owner.
      Returns:
      the password value
    • withPassword

      Set the current password for the credential and user with access to the data source. This is required if the requester is not the account owner.
      Parameters:
      password - the password value to set
      Returns:
      the DataLakeAnalyticsCatalogCredentialDeleteParameters object itself.