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

Class: Microsoft_WindowsAzure_Management_DeploymentInstance

Source Location: /WindowsAzure/Management/DeploymentInstance.php

Class Overview

Microsoft_WindowsAzure_Management_ServiceEntityAbstract
   |
   --Microsoft_WindowsAzure_Management_DeploymentInstance



Author(s):

Copyright:

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

Methods


Inherited Variables

Inherited Methods


Class Details

[line 63]


Tags:

property:  string $Name: The name for the deployment. This name must be unique among other deployments for the specified hosted service.
property:  string $DeploymentSlot: The environment to which the hosted service is deployed, either staging or production.
property:  string $PrivateID: The unique identifier for this deployment.
property:  string $Label: The label for the deployment.
property:  string $Url: The URL for the deployment.
property:  string $Configuration: The configuration file (XML, represented as string).
property:  string $Status: The status of the deployment. Running, Suspended, RunningTransitioning, SuspendedTransitioning, Starting, Suspending, Deploying, Deleting.
property:  string $UpgradeStatus: Parent node for elements describing an upgrade that is currently underway.
property:  string $UpgradeType: The upgrade type designated for this deployment. Possible values are Auto and Manual.
property:  string $CurrentUpgradeDomainState: The state of the current upgrade domain. Possible values are Before and During.
property:  string $CurrentUpgradeDomain: An integer value that identifies the current upgrade domain. Upgrade domains are identified with a zero-based index: the first upgrade domain has an ID of 0, the second has an ID of 1, and so on.
property:  string $UpgradeDomainCount: An integer value that indicates the number of upgrade domains in the deployment.
property:  array $RoleInstanceList: The list of role instances.
property:  array $RoleList: The list of roles.
copyright:  Copyright (c) 2009 - 2010, RealDolmen (http://www.realdolmen.com)
license:  http://phpazure.codeplex.com/license


[ Top ]


Class Methods


constructor __construct [line 84]

Microsoft_WindowsAzure_Management_DeploymentInstance __construct( string $name, string $deploymentSlot, string $privateID, string $label, string $url, string $configuration, string $status, string $upgradeStatus, string $upgradeType, string $currentUpgradeDomainState, string $currentUpgradeDomain, string $upgradeDomainCount, [array $roleInstanceList = array()], [array $roleList = array()])

Constructor



Tags:

access:  public


Parameters:

string   $name   The name for the deployment. This name must be unique among other deployments for the specified hosted service.
string   $deploymentSlot   The environment to which the hosted service is deployed, either staging or production.
string   $privateID   The unique identifier for this deployment.
string   $label   The label for the deployment.
string   $url   The URL for the deployment.
string   $configuration   The configuration file (XML, represented as string).
string   $status   The status of the deployment. Running, Suspended, RunningTransitioning, SuspendedTransitioning, Starting, Suspending, Deploying, Deleting.
string   $upgradeStatus   Parent node for elements describing an upgrade that is currently underway.
string   $upgradeType   The upgrade type designated for this deployment. Possible values are Auto and Manual.
string   $currentUpgradeDomainState   The state of the current upgrade domain. Possible values are Before and During.
string   $currentUpgradeDomain   An integer value that identifies the current upgrade domain. Upgrade domains are identified with a zero-based index: the first upgrade domain has an ID of 0, the second has an ID of 1, and so on.
string   $upgradeDomainCount   An integer value that indicates the number of upgrade domains in the deployment.
array   $roleInstanceList   The list of role instances.
array   $roleList   The list of roles.

[ Top ]


Documentation generated on Wed, 18 May 2011 12:06:30 +0200 by phpDocumentor 1.4.3