DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters Class

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

public class DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters

Data Lake Analytics catalog secret creation and update parameters. This is deprecated and will be removed in the next release. Please use DataLakeAnalyticsCatalogCredentialCreateOrUpdateParameters instead.

Method Summary

Modifier and Type Method and Description
String password()

Get the password value.

String uri()

Get the uri value.

DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters withPassword(String password)

Set the password value.

DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters withUri(String uri)

Set the uri value.

Method Details

password

public String password()

Get the password value.

Returns:

the password value

uri

public String uri()

Get the uri value.

Returns:

the uri value

withPassword

public DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters withPassword(String password)

Set the password value.

Parameters:

password - the password value to set

Returns:

the DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters object itself.

withUri

public DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters withUri(String uri)

Set the uri value.

Parameters:

uri - the uri value to set

Returns:

the DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters object itself.

Applies to