USqlSecret Class

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

public class USqlSecret extends CatalogItem

A Data Lake Analytics catalog U-SQL secret item.

Method Summary

Modifier and Type Method and Description
DateTime creationTime()

Get the creationTime value.

String databaseName()

Get the databaseName value.

String name()

Get the name value.

String password()

Get the password value.

String uri()

Get the uri value.

USqlSecret withCreationTime(DateTime creationTime)

Set the creationTime value.

USqlSecret withDatabaseName(String databaseName)

Set the databaseName value.

USqlSecret withName(String name)

Set the name value.

USqlSecret withPassword(String password)

Set the password value.

USqlSecret withUri(String uri)

Set the uri value.

Inherited Members

Method Details

creationTime

public DateTime creationTime()

Get the creationTime value.

Returns:

the creationTime value

databaseName

public String databaseName()

Get the databaseName value.

Returns:

the databaseName value

name

public String name()

Get the name value.

Returns:

the name value

password

public String password()

Get the password value.

Returns:

the password value

uri

public String uri()

Get the uri value.

Returns:

the uri value

withCreationTime

public USqlSecret withCreationTime(DateTime creationTime)

Set the creationTime value.

Parameters:

creationTime - the creationTime value to set

Returns:

the USqlSecret object itself.

withDatabaseName

public USqlSecret withDatabaseName(String databaseName)

Set the databaseName value.

Parameters:

databaseName - the databaseName value to set

Returns:

the USqlSecret object itself.

withName

public USqlSecret withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the USqlSecret object itself.

withPassword

public USqlSecret withPassword(String password)

Set the password value.

Parameters:

password - the password value to set

Returns:

the USqlSecret object itself.

withUri

public USqlSecret withUri(String uri)

Set the uri value.

Parameters:

uri - the uri value to set

Returns:

the USqlSecret object itself.

Applies to