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

Used to delete a SQL Azure instance given the name
상속: Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

보호된 메소드들

메소드 설명
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