WebHostingPlan.NumberOfWorkers Property
Optional. The requested number of workers.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public Nullable<int> NumberOfWorkers { get; set; }
public:
property Nullable<int> NumberOfWorkers {
Nullable<int> get();
void set(Nullable<int> value);
}
member NumberOfWorkers : Nullable<int> with get, set
Public Property NumberOfWorkers As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
WebHostingPlan Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top