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

Inheritance: SqlDatabaseCmdletBase
ファイルを表示 Open project: AzureRT/azure-sdk-tools

Private Properties

Property Type Description
NewAzureSqlDatabaseServerFirewallRuleProcess Microsoft.WindowsAzure.Commands.SqlDatabase.Model.SqlDatabaseServerFirewallRuleContext

Protected Methods

Method Description
ProcessRecord ( ) : void

Process the command.

Private Methods

Method Description
NewAzureSqlDatabaseServerFirewallRuleProcess ( string parameterSetName, string serverName, string ruleName, string startIpAddress, string endIpAddress ) : Microsoft.WindowsAzure.Commands.SqlDatabase.Model.SqlDatabaseServerFirewallRuleContext

Creates a new firewall rule on the specified server.

Method Details

ProcessRecord() protected method

Process the command.
protected ProcessRecord ( ) : void
return void