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
Afficher le fichier Open project: azurecoder/fluent-management Class Usage Examples

Méthodes protégées

Méthode Description
ResponseCallback ( HttpWebResponse webResponse ) : void

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

Private Methods

Méthode Description
DeleteSqlFirewallRuleCommand ( string serverName, string ruleName ) : System.Net

Used to construct the delete command

Method Details

ResponseCallback() protected méthode

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
Résultat void