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

Used to delete a SQL Azure instance given the name
Inheritance: Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand
Exibir arquivo Open project: azurecoder/fluent-management Class Usage Examples

Protected Methods

Method Description
ResponseCallback ( HttpWebResponse webResponse ) : void

Used to get the response and move on since there is no async activity with the Db

Private Methods

Method Description
DeleteSqlFirewallRuleCommand ( string serverName, string ruleName ) : System.Net

Used to construct the delete command

Method Details

ResponseCallback() protected method

Used to get the response and move on since there is no async activity with the Db
protected ResponseCallback ( HttpWebResponse webResponse ) : void
webResponse System.Net.HttpWebResponse
return void