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 $id, string $status, string $errorCode, string $errorMessage) 

Parameters

$id

string

The request ID of the asynchronous request.

$status

string

The status of the asynchronous request. Possible values include InProgress, Succeeded, or Failed.

$errorCode

string

The management service error code returned if the asynchronous request failed.

$errorMessage

string

The management service error message returned if the asynchronous request failed.

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 management service error code returned if the asynchronous request failed.

$ErrorCode : string

Default

magic
property The management service error code returned if the asynchronous request failed.
 

The management service error message returned if the asynchronous request failed.

$ErrorMessage : string

Default

magic
property The management service error message returned if the asynchronous request failed.
 

The request ID of the asynchronous request.

$Id : string

Default

magic
property The request ID of the asynchronous request.
 

The status of the asynchronous request. Possible values include InProgress, Succeeded, or Failed.

$Status : string

Default

magic
property The status of the asynchronous request. Possible values include InProgress, Succeeded, or Failed.
 

Data

$_data : array

Default

null