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

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

Private Properties

Property Type Description
GetAzureSqlDatabaseServerFirewallRuleProcess IEnumerable

Protected Methods

Method Description
ProcessRecord ( ) : void

Process the command.

Private Methods

Method Description
GetAzureSqlDatabaseServerFirewallRuleProcess ( string serverName, string ruleName ) : IEnumerable

Retrieves one or more firewall rules on the specified server.

Method Details

ProcessRecord() protected method

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