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

Public Member Functions

 __construct ($url, $serviceName, $description= '', $affinityGroup= '', $location= '', $label= '', $deployments=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 (   $url,
  $serviceName,
  $description = '',
  $affinityGroup = '',
  $location = '',
  $label = '',
  $deployments = array() 
)

Constructor.

Parameters
string$urlThe address of the hosted service.
string$serviceNameThe name of the hosted service.
string$descriptionA description of the storage account.
string$affinityGroupThe affinity group with which this hosted service is associated.
string$locationThe geo-location of the hosted service in Windows Azure, if your hosted service is not associated with an affinity group.
string$labelThe label for the hosted service.
array$deploymentsDeployments for the hosted service.