C# 클래스 ConoHaNet.Objects.Identity.UpdateUserCredentialRequest

파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
UpdateUserCredentialRequest ( string username, string apiKey ) : System

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

메소드 상세

UpdateUserCredentialRequest() 공개 메소드

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.
리턴 System