WebHostingPlan.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.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public Nullable<WorkerSizeOptions> WorkerSize { get; set; }
public:
property Nullable<WorkerSizeOptions> WorkerSize {
Nullable<WorkerSizeOptions> get();
void set(Nullable<WorkerSizeOptions> value);
}
member WorkerSize : Nullable<WorkerSizeOptions> with get, set
Public Property WorkerSize As Nullable(Of WorkerSizeOptions)
Property Value
Type: System.Nullable<WorkerSizeOptions>
See Also
WebHostingPlan Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top