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

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

Private Properties

Свойство Type Description
GetAzureSqlDatabaseServerFirewallRuleProcess IEnumerable

Méthodes protégées

Méthode Description
ProcessRecord ( ) : void

Process the command.

Private Methods

Méthode Description
GetAzureSqlDatabaseServerFirewallRuleProcess ( string serverName, string ruleName ) : IEnumerable

Retrieves one or more firewall rules on the specified server.

Method Details

ProcessRecord() protected méthode

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