C# 클래스 Elastacloud.AzureManagement.Fluent.Commands.SqlAzure.AddNewSqlServerCommand

상속: Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand
파일 보기 프로젝트 열기: azurecoder/fluent-management

공개 메소드들

메소드 설명
PasswordVerify ( string username, string password ) : bool

보호된 메소드들

메소드 설명
CreatePayload ( ) : string
ResponseCallback ( HttpWebResponse webResponse ) : void

비공개 메소드들

메소드 설명
AddNewSqlServerCommand ( string username, string password, string location ) : System

메소드 상세

CreatePayload() 보호된 메소드

protected CreatePayload ( ) : string
리턴 string

PasswordVerify() 공개 메소드

public PasswordVerify ( string username, string password ) : bool
username string
password string
리턴 bool

ResponseCallback() 보호된 메소드

protected ResponseCallback ( HttpWebResponse webResponse ) : void
webResponse System.Net.HttpWebResponse
리턴 void