Class USqlDatabase
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
com.microsoft.azure.management.datalake.analytics.models.USqlDatabase
A Data Lake Analytics catalog U-SQL database item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get the name of the database.Set the name of the database.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.CatalogItem
computeAccountName, version, withComputeAccountName, withVersion
-
Constructor Details
-
USqlDatabase
public USqlDatabase()
-
-
Method Details
-
name
Get the name of the database.- Returns:
- the name value
-
withName
Set the name of the database.- Parameters:
name
- the name value to set- Returns:
- the USqlDatabase object itself.
-