C# Class PhoenixSharp.ClusterCredentials

ファイルを表示 Open project: Azure/hdinsight-phoenix-sharp Class Usage Examples

Public Methods

Method Description
ClusterCredentials ( Uri clusterUri, string userName, string password ) : System

Initializes a new instance of the ClusterCredentials class.

Method Details

ClusterCredentials() public method

Initializes a new instance of the ClusterCredentials class.
public ClusterCredentials ( Uri clusterUri, string userName, string password ) : System
clusterUri System.Uri The cluster URI.
userName string The username.
password string The password.
return System