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

Public Member Functions

 __construct ($name, $label, $operatingSystems=array())
 Constructor.
 
- Public Member Functions inherited from Zend_Service_WindowsAzure_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_WindowsAzure_Management_ServiceEntityAbstract
 $_data = null
 

Constructor & Destructor Documentation

__construct (   $name,
  $label,
  $operatingSystems = array() 
)

Constructor.

Parameters
string$nameIndicates which operating system family this version belongs to. A value of 1 corresponds to the Windows Azure guest operating system that is substantially compatible with Windows Server 2008 SP2. A value of 2 corresponds to the Windows Azure guest operating system that is substantially compatible with Windows Server 2008 R2.
string$labelA label for the operating system version.
array$operatingSystemsA list of operating systems available under this operating system family.