C# Class PhoenixSharp.ClusterCredentials

Afficher le fichier Open project: Azure/hdinsight-phoenix-sharp Class Usage Examples

Méthodes publiques

Méthode Description
ClusterCredentials ( Uri clusterUri, string userName, string password ) : System

Initializes a new instance of the ClusterCredentials class.

Method Details

ClusterCredentials() public méthode

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.
Résultat System