Zend Framework
1.12
|
Public Member Functions | |
__construct ($url, $serviceName, $description= '', $affinityGroup= '', $location= '', $label= '', $deployments=array()) | |
Constructor. | |
![]() | |
__set ($name, $value) | |
Magic overload for setting properties. | |
__get ($name) | |
Magic overload for getting properties. | |
Additional Inherited Members | |
![]() | |
$_data = null | |
__construct | ( | $url, | |
$serviceName, | |||
$description = '' , |
|||
$affinityGroup = '' , |
|||
$location = '' , |
|||
$label = '' , |
|||
$deployments = array() |
|||
) |
Constructor.
string | $url | The address of the hosted service. |
string | $serviceName | The name of the hosted service. |
string | $description | A description of the storage account. |
string | $affinityGroup | The affinity group with which this hosted service is associated. |
string | $location | The geo-location of the hosted service in Windows Azure, if your hosted service is not associated with an affinity group. |
string | $label | The label for the hosted service. |
array | $deployments | Deployments for the hosted service. |