WebSiteDeleteParameters.DeleteEmptyServerFarm Property
Required. Indicates if the server farm should be deleted. You can delete the server farm if the web site being deleted is the last web site in a server farm.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public bool DeleteEmptyServerFarm { get; set; }
public:
property bool DeleteEmptyServerFarm {
bool get();
void set(bool value);
}
member DeleteEmptyServerFarm : bool with get, set
Public Property DeleteEmptyServerFarm As Boolean
Property Value
Type: System.Boolean
See Also
WebSiteDeleteParameters Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top