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 $operationId, string $operationObjectId, string $operationName, array $operationParameters= array()
, array $operationCaller= array()
, array $operationStatus= array()
)
string
The globally unique identifier (GUID) of the operation.
string
The target object for the operation.
string
The name of the performed operation.
array
The collection of parameters for the performed operation.
array
A collection of attributes that identifies the source of the operation.
array
The current status of the operation.
__get(string $name)
string
Name of the property
__set(string $name, string $value)
string
Name of the property
string
Value to set
addOperationParameter(string $name, string $value)
string
Name
string
Value
$operationCaller : array
magic | |
---|---|
property | A collection of attributes that identifies the source of the operation. |
$operationId : string
magic | |
---|---|
property | The globally unique identifier (GUID) of the operation. |
$operationName : string
magic | |
---|---|
property | The name of the performed operation. |
$operationObjectId : string
magic | |
---|---|
property | The target object for the operation. |
$operationParameters : array
magic | |
---|---|
property | The collection of parameters for the performed operation. |
$operationStatus : array
magic | |
---|---|
property | The current status of the operation. |
$_data : array
null