Zend Framework  1.12
Public Member Functions | List of all members
Zend_Service_SqlAzure_Management_FirewallRuleInstance Class Reference

Public Member Functions

 __construct ($name, $startIpAddress, $endIpAddress)
 Constructor.
 
- Public Member Functions inherited from Zend_Service_SqlAzure_Management_ServiceEntityAbstract
 __set ($name, $value)
 Magic overload for setting properties.
 
 __get ($name)
 Magic overload for getting properties.
 

Additional Inherited Members

- Protected Attributes inherited from Zend_Service_SqlAzure_Management_ServiceEntityAbstract
 $_data = null
 

Constructor & Destructor Documentation

__construct (   $name,
  $startIpAddress,
  $endIpAddress 
)

Constructor.

Parameters
string$nameThe name of the firewall rule.
string$startIpAddressThe start IP address.
string$endIpAddressThe end IP address.