WebSpacesGetResponse::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)

public:
property WebSpaceAvailabilityState AvailabilityState {
	WebSpaceAvailabilityState get();
	void set(WebSpaceAvailabilityState value);
}
Return to top
Show: