WebSite.Enabled Property

 

Gets or sets a whether the web site is enabled.

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

public Nullable<bool> Enabled { get; set; }

Property Value

Type: System.Nullable<Boolean>

true if the site is enabled; otherwise, false.

Setting this value to false disables the web site.

Return to top
Show: