C# Class Microsoft.WindowsAzure.Commands.SqlDatabase.Firewall.Cmdlet.SetAzureSqlDatabaseServerFirewallRule

Inheritance: SqlDatabaseCmdletBase
Afficher le fichier Open project: AzureRT/azure-sdk-tools

Private Properties

Свойство Type Description
SetAzureSqlDatabaseServerFirewallRuleProcess Microsoft.WindowsAzure.Commands.SqlDatabase.Model.SqlDatabaseServerFirewallRuleContext

Méthodes protégées

Méthode Description
ProcessRecord ( ) : void

Process the command.

Private Methods

Méthode Description
SetAzureSqlDatabaseServerFirewallRuleProcess ( string serverName, string ruleName, string startIpAddress, string endIpAddress ) : Microsoft.WindowsAzure.Commands.SqlDatabase.Model.SqlDatabaseServerFirewallRuleContext

Updates a firewall rule on the specified server.

Method Details

ProcessRecord() protected méthode

Process the command.
protected ProcessRecord ( ) : void
Résultat void