C# Класс Elastacloud.AzureManagement.Fluent.Commands.SqlAzure.DeleteSqlFirewallRuleCommand

Used to delete a SQL Azure instance given the name
Наследование: Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
ResponseCallback ( HttpWebResponse webResponse ) : void

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

Приватные методы

Метод Описание
DeleteSqlFirewallRuleCommand ( string serverName, string ruleName ) : System.Net

Used to construct the delete command

Описание методов

ResponseCallback() защищенный Метод

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
Результат void