java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
com.microsoft.azure.management.datalake.analytics.models.USqlSecret

public class USqlSecret extends CatalogItem
A Data Lake Analytics catalog U-SQL secret item.
  • Constructor Details

    • USqlSecret

      public USqlSecret()
  • Method Details

    • databaseName

      public String databaseName()
      Get the name of the database.
      Returns:
      the databaseName value
    • withDatabaseName

      public USqlSecret withDatabaseName(String databaseName)
      Set the name of the database.
      Parameters:
      databaseName - the databaseName value to set
      Returns:
      the USqlSecret object itself.
    • name

      public String name()
      Get the name of the secret.
      Returns:
      the name value
    • withName

      public USqlSecret withName(String name)
      Set the name of the secret.
      Parameters:
      name - the name value to set
      Returns:
      the USqlSecret object itself.
    • creationTime

      public org.joda.time.DateTime creationTime()
      Get the creation time of the credential object. This is the only information returned about a secret from a GET.
      Returns:
      the creationTime value
    • withCreationTime

      public USqlSecret withCreationTime(org.joda.time.DateTime creationTime)
      Set the creation time of the credential object. This is the only information returned about a secret from a GET.
      Parameters:
      creationTime - the creationTime value to set
      Returns:
      the USqlSecret object itself.
    • uri

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

      public USqlSecret withUri(String uri)
      Set the URI identifier for the secret in the format <hostname>:<port>.
      Parameters:
      uri - the uri value to set
      Returns:
      the USqlSecret object itself.
    • password

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

      public USqlSecret withPassword(String password)
      Set the password for the secret to pass in.
      Parameters:
      password - the password value to set
      Returns:
      the USqlSecret object itself.