C# Class ConoHaNet.Objects.Servers.ChangeServerAdminPasswordRequest.ChangeAdminPasswordDetails

Afficher le fichier Open project: crowdy/OpenStack-ConoHa

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ChangeAdminPasswordDetails ( string password ) : System

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

Method Details

ChangeAdminPasswordDetails() public méthode

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