WebSpacesGetResponse Class

Definition

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.AzureOperationResponse
WebSpacesGetResponse

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