WebSite.AvailabilityState Property
Gets or sets an WebSpaceAvailabilityState value that specifies the availability of management information for the web site.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public Nullable<WebSpaceAvailabilityState> AvailabilityState { get; set; }
public:
property Nullable<WebSpaceAvailabilityState> AvailabilityState {
Nullable<WebSpaceAvailabilityState> get();
void set(Nullable<WebSpaceAvailabilityState> value);
}
member AvailabilityState : Nullable<WebSpaceAvailabilityState> with get, set
Public Property AvailabilityState As Nullable(Of WebSpaceAvailabilityState)
Property Value
Type: System.Nullable<WebSpaceAvailabilityState>
An WebSpaceAvailabilityState value.
See Also
WebSite Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top