WebSpacesListResponse.WebSpace.CurrentWorkerSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. The current worker size. Possible values are Small, Medium, or Large.
public Microsoft.WindowsAzure.Management.WebSites.Models.WorkerSizeOptions? CurrentWorkerSize { get; set; }
member this.CurrentWorkerSize : Nullable<Microsoft.WindowsAzure.Management.WebSites.Models.WorkerSizeOptions> with get, set
Public Property CurrentWorkerSize As Nullable(Of WorkerSizeOptions)