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