WebSpacesGetResponse Class

 

Represents the retrieved web space.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

System.Object
  Microsoft.WindowsAzure.OperationResponse
    Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse

type WebSpacesGetResponse = 
    class
        inherit OperationResponse
    end

NameDescription
System_CAPS_pubmethodWebSpacesGetResponse()

Initializes a new instance of the WebSpacesGetResponse class.

NameDescription
System_CAPS_pubpropertyAvailabilityState

Gets or sets a WebSpaceAvailabilityState value that specifies the availability state of the web space.

System_CAPS_pubpropertyCurrentNumberOfWorkers

Gets or sets the current number of workers.

System_CAPS_pubpropertyCurrentWorkerSize

Gets or sets a WebSpaceWorkerSize value that specifies the current worker size.

System_CAPS_pubpropertyGeoLocation

Gets or sets the location of the datacenter for the web space.

System_CAPS_pubpropertyGeoRegion

Gets or sets the geographical region where the web space is located.

System_CAPS_pubpropertyName

Gets or sets the name of the web space.

System_CAPS_pubpropertyPlan

Gets or sets the plan of the web space.

System_CAPS_pubpropertyRequestId

Gets the identifier of the request that was made to the service.(Inherited from OperationResponse.)

System_CAPS_pubpropertyStatus

Gets or sets a WebSpaceStatus value that specifies the status of the web space.

System_CAPS_pubpropertyStatusCode

Gets the status code.(Inherited from OperationResponse.)

System_CAPS_pubpropertySubscription

Gets or sets the subscription ID.

System_CAPS_pubpropertyWorkerSize

Gets or sets a WebSpaceWorkerSize value that specifies the worker size.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: