C# Class Microsoft.WindowsAzure.Management.SqlDatabase.Firewall.Cmdlet.RemoveAzureSqlDatabaseServerFirewallRule

Inheritance: SqlDatabaseManagementCmdletBase
Exibir arquivo Open project: OctopusDeploy/azure-sdk-tools Class Usage Examples

Private Properties

Property Type Description
RemoveAzureSqlDatabaseServerFirewallRuleProcess SqlDatabaseServerOperationContext

Public Methods

Method Description
RemoveAzureSqlDatabaseServerFirewallRule ( ) : System

Initializes a new instance of the RemoveAzureSqlDatabaseServerFirewallRule class.

RemoveAzureSqlDatabaseServerFirewallRule ( ISqlDatabaseManagement channel ) : System

Initializes a new instance of the RemoveAzureSqlDatabaseServerFirewallRule class.

Protected Methods

Method Description
ProcessRecord ( ) : void

Execute the command.

Private Methods

Method Description
RemoveAzureSqlDatabaseServerFirewallRuleProcess ( string serverName, string ruleName ) : SqlDatabaseServerOperationContext

Removes a new firewall rule on the specified server.

Method Details

ProcessRecord() protected method

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

RemoveAzureSqlDatabaseServerFirewallRule() public method

Initializes a new instance of the RemoveAzureSqlDatabaseServerFirewallRule class.
public RemoveAzureSqlDatabaseServerFirewallRule ( ) : System
return System

RemoveAzureSqlDatabaseServerFirewallRule() public method

Initializes a new instance of the RemoveAzureSqlDatabaseServerFirewallRule class.
public RemoveAzureSqlDatabaseServerFirewallRule ( ISqlDatabaseManagement channel ) : System
channel ISqlDatabaseManagement /// Channel used for communication with Azure's service management APIs. ///
return System