WebSpacesListResponse.WebSpace.AvailabilityState Property

 

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

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

Syntax

public WebSpaceAvailabilityState AvailabilityState { get; set; }
public:
property WebSpaceAvailabilityState AvailabilityState {
    WebSpaceAvailabilityState get();
    void set(WebSpaceAvailabilityState value);
}
member AvailabilityState : WebSpaceAvailabilityState with get, set
Public Property AvailabilityState As WebSpaceAvailabilityState

Property Value

Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebSpaceAvailabilityState

A WebSpaceAvailabilityState value.

See Also

WebSpacesListResponse.WebSpace Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top