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 |
__construct(string $url, string $serviceName, string $description= ''
, string $affinityGroup= ''
, string $location= ''
, string $label= ''
, array $deployments= array()
)
string
The address of the hosted service.
string
The name of the hosted service.
string
A description of the storage account.
string
The affinity group with which this hosted service is associated.
string
The geo-location of the hosted service in Windows Azure, if your hosted service is not associated with an affinity group.
string
The label for the hosted service.
array
Deployments for the hosted service.
__get(string $name)
string
Name of the property
__set(string $name, string $value)
string
Name of the property
string
Value to set
$AffinityGroup : string
magic | |
---|---|
property | The affinity group with which this hosted service is associated. |
$Deployments : array
magic | |
---|---|
property | Deployments for the hosted service. |
$Description : string
magic | |
---|---|
property | A description of the hosted service. |
$Label : string
magic | |
---|---|
property | The label for the hosted service. |
$Location : string
magic | |
---|---|
property | The geo-location of the hosted service in Windows Azure, if your hosted service is not associated with an affinity group. |
$ServiceName : string
magic | |
---|---|
property | The name of the hosted service. |
$Url : string
magic | |
---|---|
property | The address of the hosted service. |
$_data : array
null