Microsoft_WindowsAzure
[ class tree: Microsoft_WindowsAzure ] [ index: Microsoft_WindowsAzure ] [ all elements ]

Class: Microsoft_WindowsAzure_Management_SubscriptionOperationInstance

Source Location: /WindowsAzure/Management/SubscriptionOperationInstance.php

Class Overview

Microsoft_WindowsAzure_Management_ServiceEntityAbstract
   |
   --Microsoft_WindowsAzure_Management_SubscriptionOperationInstance



Author(s):

Copyright:

  • Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)

Methods


Inherited Variables

Inherited Methods


Class Details

[line 57]


Tags:

property:  string $OperationId: The globally unique identifier (GUID) of the operation.
property:  string $OperationObjectId: The target object for the operation.
property:  string $OperationName: The name of the performed operation.
property:  array $OperationParameters: The collection of parameters for the performed operation.
property:  array $OperationCaller: A collection of attributes that identifies the source of the operation.
property:  array $OperationStatus: The current status of the operation.
property:  string $OperationStartedTime: The time that the operation started to execute.
property:  string $OperationCompletedTime: The time that the operation finished executing.
copyright:  Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
license:  http://phpazure.codeplex.com/license


[ Top ]


Class Methods


constructor __construct [line 72]

Microsoft_WindowsAzure_Management_SubscriptionOperationInstance __construct( string $operationId, string $operationObjectId, string $operationName, [array $operationParameters = array()], [array $operationCaller = array()], [array $operationStatus = array()], [string $operationStartedTime = ''], [string $operationCompletedTime = ''])

Constructor



Tags:

access:  public


Parameters:

string   $operationId   The globally unique identifier (GUID) of the operation.
string   $operationObjectId   The target object for the operation.
string   $operationName   The name of the performed operation.
array   $operationParameters   The collection of parameters for the performed operation.
array   $operationCaller   A collection of attributes that identifies the source of the operation.
array   $operationStatus   The current status of the operation.
string   $operationStartedTime   The time that the operation started to execute.
string   $operationCompletedTime   The time that the operation finished executing.

[ Top ]

method addOperationParameter [line 92]

void addOperationParameter( string $name, string $value)

Add operation parameter



Tags:

access:  public


Parameters:

string   $name   Name
string   $value   Value

[ Top ]


Documentation generated on Sat, 03 Dec 2011 13:59:42 +0100 by phpDocumentor 1.4.3