Class DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters

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

public class DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters extends Object
Data Lake Analytics catalog secret creation and update parameters. This is deprecated and will be removed in the next release. Please use DataLakeAnalyticsCatalogCredentialCreateOrUpdateParameters instead.
  • Constructor Details

    • DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters

      public DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters()
  • Method Details

    • password

      public String password()
      Get the password for the secret to pass in.
      Returns:
      the password value
    • withPassword

      Set the password for the secret to pass in.
      Parameters:
      password - the password value to set
      Returns:
      the DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters object itself.
    • uri

      public String uri()
      Get the URI identifier for the secret in the format <hostname>:<port>.
      Returns:
      the uri value
    • withUri

      Set the URI identifier for the secret in the format <hostname>:<port>.
      Parameters:
      uri - the uri value to set
      Returns:
      the DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters object itself.