category Zend
package Zend_Service_WindowsAzure
subpackage Management
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Service_WindowsAzure_Management_ServiceEntityAbstract

 Methods

Constructor

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

Parameters

$name

string

Indicates 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.

$label

string

A label for the operating system version.

$operatingSystems

array

A list of operating systems available under this operating system family.

Magic overload for getting properties

__get(string $name) 
Inherited

Parameters

$name

string

Name of the property

Magic overload for setting properties

__set(string $name, string $value) 
Inherited

Parameters

$name

string

Name of the property

$value

string

Value to set

 Properties

 

A label for the operating system version.

$Label : string

Default

magic
property A label for the operating system version.
 

Indicates 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.

$Name : string

Default

magic
property Indicates 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.
 

A list of operating systems available under this operating system family.

$OperatingSystems : array

Default

magic
property A list of operating systems available under this operating system family.
 

Data

$_data : array

Default

null