C# Class Elastacloud.AzureManagement.Fluent.Commands.SqlAzure.AddNewSqlServerCommand

Inheritance: Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand
Exibir arquivo Open project: azurecoder/fluent-management

Public Methods

Method Description
PasswordVerify ( string username, string password ) : bool

Protected Methods

Method Description
CreatePayload ( ) : string
ResponseCallback ( HttpWebResponse webResponse ) : void

Private Methods

Method Description
AddNewSqlServerCommand ( string username, string password, string location ) : System

Method Details

CreatePayload() protected method

protected CreatePayload ( ) : string
return string

PasswordVerify() public method

public PasswordVerify ( string username, string password ) : bool
username string
password string
return bool

ResponseCallback() protected method

protected ResponseCallback ( HttpWebResponse webResponse ) : void
webResponse System.Net.HttpWebResponse
return void