DeploymentGetResponse.UpgradeDomainCount Property

 

Gets or sets the number of upgrade domains that are available to the cloud service.

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

Syntax

public int UpgradeDomainCount { get; set; }
public:
property int UpgradeDomainCount {
    int get();
    void set(int value);
}
member UpgradeDomainCount : int with get, set
Public Property UpgradeDomainCount As Integer

Property Value

Type: System.Int32

The number of available upgrade domains.

See Also

DeploymentGetResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top