C# Class ConoHaNet.Objects.Servers.ChangeServerAdminPasswordRequest

Afficher le fichier Open project: crowdy/OpenStack-ConoHa

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ChangeServerAdminPasswordRequest ( string password ) : System

Initializes a new instance of the ChangeServerAdminPasswordRequest class with the given password.

Method Details

ChangeServerAdminPasswordRequest() public méthode

Initializes a new instance of the ChangeServerAdminPasswordRequest class with the given password.
public ChangeServerAdminPasswordRequest ( string password ) : System
password string The new password to use on the server.
Résultat System