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

상속: Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand, ISqlAzureFirewallRule
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

공개 메소드들

메소드 설명
ConfigureFirewallCommand ( string server ) : void

보호된 메소드들

메소드 설명
CreatePayload ( ) : string
ResponseCallback ( HttpWebResponse webResponse ) : void

비공개 메소드들

메소드 설명
AddNewFirewallRuleCommand ( string rulename, string iplow, string iphigh ) : System

메소드 상세

ConfigureFirewallCommand() 공개 메소드

public ConfigureFirewallCommand ( string server ) : void
server string
리턴 void

CreatePayload() 보호된 메소드

protected CreatePayload ( ) : string
리턴 string

ResponseCallback() 보호된 메소드

protected ResponseCallback ( HttpWebResponse webResponse ) : void
webResponse System.Net.HttpWebResponse
리턴 void