C# Class ConoHaNet.Objects.Identity.UpdateUserCredentialRequest

Afficher le fichier Open project: crowdy/OpenStack-ConoHa

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
UpdateUserCredentialRequest ( string username, string apiKey ) : System

Initializes a new instance of the UpdateUserCredentialRequest class with the specified API Key credentials.

Method Details

UpdateUserCredentialRequest() public méthode

Initializes a new instance of the UpdateUserCredentialRequest class with the specified API Key credentials.
/// If is . /// -or- /// If is . /// /// If is empty. /// -or- /// If is empty. ///
public UpdateUserCredentialRequest ( string username, string apiKey ) : System
username string The new username.
apiKey string The new API key.
Résultat System