WebHostingPlanUpdateParameters::WorkerSize Property
Optional. The worker size. Possible values are Small, Medium, and Large. For JSON, the equivalents are 0 = Small, 1 = Medium, and 2 = Large.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public: property Nullable<WorkerSizeOptions> WorkerSize { Nullable<WorkerSizeOptions> get(); void set(Nullable<WorkerSizeOptions> value); }
Property Value
Type: System::Nullable<WorkerSizeOptions>
Show: