Share via


DataLakeAnalyticsCatalogCredentialUpdateParameters Constructors

Definition

Overloads

DataLakeAnalyticsCatalogCredentialUpdateParameters()

Initializes a new instance of the DataLakeAnalyticsCatalogCredentialUpdateParameters class.

DataLakeAnalyticsCatalogCredentialUpdateParameters(String, String, String, String)

Initializes a new instance of the DataLakeAnalyticsCatalogCredentialUpdateParameters class.

DataLakeAnalyticsCatalogCredentialUpdateParameters()

Initializes a new instance of the DataLakeAnalyticsCatalogCredentialUpdateParameters class.

public DataLakeAnalyticsCatalogCredentialUpdateParameters ();
Public Sub New ()

Applies to

DataLakeAnalyticsCatalogCredentialUpdateParameters(String, String, String, String)

Initializes a new instance of the DataLakeAnalyticsCatalogCredentialUpdateParameters class.

public DataLakeAnalyticsCatalogCredentialUpdateParameters (string password = default, string newPassword = default, string uri = default, string userId = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters : string * string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters
Public Sub New (Optional password As String = Nothing, Optional newPassword As String = Nothing, Optional uri As String = Nothing, Optional userId As String = Nothing)

Parameters

password
String

the current password for the credential and user with access to the data source. This is required if the requester is not the account owner.

newPassword
String

the new password for the credential and user with access to the data source.

uri
String

the URI identifier for the data source this credential can connect to in the format <hostname>:<port>

userId
String

the object identifier for the user associated with this credential with access to the data source.

Applies to