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