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

Inheritance: Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand, ISqlAzureFirewallRule
Show file Open project: azurecoder/fluent-management Class Usage Examples

Public Methods

Method Description
ConfigureFirewallCommand ( string server ) : void

Protected Methods

Method Description
CreatePayload ( ) : string
ResponseCallback ( HttpWebResponse webResponse ) : void

Private Methods

Method Description
AddNewFirewallRuleCommand ( string rulename, string iplow, string iphigh ) : System

Method Details

ConfigureFirewallCommand() public method

public ConfigureFirewallCommand ( string server ) : void
server string
return void

CreatePayload() protected method

protected CreatePayload ( ) : string
return string

ResponseCallback() protected method

protected ResponseCallback ( HttpWebResponse webResponse ) : void
webResponse System.Net.HttpWebResponse
return void