WebSpacesListResponse.WebSpace Class
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.
A web space associated with the specified subscription.
public class WebSpacesListResponse.WebSpace
type WebSpacesListResponse.WebSpace = class
Public Class WebSpacesListResponse.WebSpace
- Inheritance
-
WebSpacesListResponse.WebSpace
Constructors
WebSpacesListResponse.WebSpace() |
Initializes a new instance of the WebSpace class. |
Properties
AvailabilityState |
Optional. Possible values are Normal or Limited. |
CurrentNumberOfWorkers |
Optional. The current number of workers. |
CurrentWorkerSize |
Optional. The current worker size. Possible values are Small, Medium, or Large. |
GeoLocation |
Optional. The location of the datacenter for the web space. |
GeoRegion |
Optional. The geographical region where the web space is located. |
Name |
Optional. The name of the web space. |
Plan |
Optional. The web space plan name. |
Status |
Optional. The status of the Web Space. Possible values are Ready or Limited. Note: The Limited status occurs only if the datacenter is encountering an operational issue. |
Subscription |
Optional. The subscription ID. |
WorkerSize |
Optional. The worker size. Possible values are Small, Medium, and Large. For JSON, the equivalents are 0 = Small, 1 = Medium, and 2 = Large. |
Applies to
Azure SDK for .NET