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