category Zend
package Zend_Service_SqlAzure
subpackage Management
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Service_SqlAzure_Management_ServiceEntityAbstract

 Methods

Constructor

__construct(string $name, string $administratorLogin, string $location) 

Parameters

$name

string

The name of the server.

$administratorLogin

string

The administrator login.

$location

string

The location of the server in Windows Azure.

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 administrator login.

$AdministratorLogin : string

Default

magic
property The administrator login.
 

The DNS name of the server.

$DnsName : string

Default

magic
property The DNS name of the server.
 

The location of the server in Windows Azure.

$Location : string

Default

magic
property The location of the server in Windows Azure.
 

The name of the server.

$Name : string

Default

magic
property The name of the server.
 

Data

$_data : array

Default

null