WebSpacesGetResponse 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.
The Get Web Space Details operation response.
public class WebSpacesGetResponse : Microsoft.Azure.AzureOperationResponse
type WebSpacesGetResponse = class
inherit AzureOperationResponse
Public Class WebSpacesGetResponse
Inherits AzureOperationResponse
- Inheritance
-
Microsoft.Azure.AzureOperationResponseWebSpacesGetResponse
Constructors
WebSpacesGetResponse() |
Initializes a new instance of the WebSpacesGetResponse class. |
Properties
AvailabilityState |
Optional. The current availability state. 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