Share via


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)

Usage

'Usage
Dim instance As DeploymentWalkUpgradeDomainParameters
Dim value As Integer

value = instance.UpgradeDomain

instance.UpgradeDomain = value

Syntax

'Declaration
Public Property UpgradeDomain As Integer
public int UpgradeDomain { get; set; }
public:
property int UpgradeDomain {
    int get ();
    void set (int value);
}
/** @property */
public int get_UpgradeDomain ()

/** @property */
public void set_UpgradeDomain (int value)
public function get UpgradeDomain () : int

public function set UpgradeDomain (value : int)

Property Value

The update domain value.

Remarks

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

DeploymentWalkUpgradeDomainParameters Class
DeploymentWalkUpgradeDomainParameters Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace