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

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

    • USqlCredential

      public USqlCredential()
  • Method Details

    • name

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

      public USqlCredential withName(String name)
      Set the name of the credential.
      Parameters:
      name - the name value to set
      Returns:
      the USqlCredential object itself.