Share via


WebSpace.AvailabilityState Property

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

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

Usage

'Usage
Dim instance As WebSpace
Dim value As WebSpaceAvailabilityState

value = instance.AvailabilityState

instance.AvailabilityState = value

Syntax

'Declaration
Public Property AvailabilityState As WebSpaceAvailabilityState
public WebSpaceAvailabilityState AvailabilityState { get; set; }
public:
property WebSpaceAvailabilityState AvailabilityState {
    WebSpaceAvailabilityState get ();
    void set (WebSpaceAvailabilityState value);
}
/** @property */
public WebSpaceAvailabilityState get_AvailabilityState ()

/** @property */
public void set_AvailabilityState (WebSpaceAvailabilityState value)
public function get AvailabilityState () : WebSpaceAvailabilityState

public function set AvailabilityState (value : WebSpaceAvailabilityState)

Property Value

A WebSpaceAvailabilityState value.

Thread Safety

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

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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