DeploymentWalkUpgradeDomainParameters.UpgradeDomain Property

 

Gets or sets an integer value that identifies the update domain.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public int UpgradeDomain { get; set; }

Property Value

Type: System.Int32

The update domain value.

Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.

Return to top
Show: