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

Public Member Functions

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

Constructor.

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