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

Parameters

$url

string

The address of the hosted service.

$serviceName

string

The name of the hosted service.

$description

string

A description of the storage account.

$affinityGroup

string

The affinity group with which this hosted service is associated.

$location

string

The geo-location of the hosted service in Windows Azure, if your hosted service is not associated with an affinity group.

$label

string

The label for the hosted service.

$deployments

array

Deployments for the hosted service.

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

 

The affinity group with which this hosted service is associated.

$AffinityGroup : string

Default

magic
property The affinity group with which this hosted service is associated.
 

Deployments for the hosted service.

$Deployments : array

Default

magic
property Deployments for the hosted service.
 

A description of the hosted service.

$Description : string

Default

magic
property A description of the hosted service.
 

The label for the hosted service.

$Label : string

Default

magic
property The label for the hosted service.
 

The geo-location of the hosted service in Windows Azure, if your hosted service is not associated with an affinity group.

$Location : string

Default

magic
property The geo-location of the hosted service in Windows Azure, if your hosted service is not associated with an affinity group.
 

The name of the hosted service.

$ServiceName : string

Default

magic
property The name of the hosted service.
 

The address of the hosted service.

$Url : string

Default

magic
property The address of the hosted service.
 

Data

$_data : array

Default

null