Deployment.UpgradeDomainCount Property
Gets or sets the number of upgrade domains that are available to the cloud service.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponse
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Usage
'Usage
Dim instance As Deployment
Dim value As Integer
value = instance.UpgradeDomainCount
instance.UpgradeDomainCount = value
Syntax
'Declaration
Public Property UpgradeDomainCount As Integer
public int UpgradeDomainCount { get; set; }
public:
property int UpgradeDomainCount {
int get ();
void set (int value);
}
/** @property */
public int get_UpgradeDomainCount ()
/** @property */
public void set_UpgradeDomainCount (int value)
public function get UpgradeDomainCount () : int
public function set UpgradeDomainCount (value : int)
Property Value
The number of available upgrade domains.
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
Deployment Class
Deployment Members
Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponse Namespace