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

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

Méthodes publiques

Méthode Description
ConfigureFirewallCommand ( string server ) : void

Méthodes protégées

Méthode Description
CreatePayload ( ) : string
ResponseCallback ( HttpWebResponse webResponse ) : void

Private Methods

Méthode Description
AddNewFirewallRuleCommand ( string rulename, string iplow, string iphigh ) : System

Method Details

ConfigureFirewallCommand() public méthode

public ConfigureFirewallCommand ( string server ) : void
server string
Résultat void

CreatePayload() protected méthode

protected CreatePayload ( ) : string
Résultat string

ResponseCallback() protected méthode

protected ResponseCallback ( HttpWebResponse webResponse ) : void
webResponse System.Net.HttpWebResponse
Résultat void