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)

public:
property bool DeleteEmptyServerFarm {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean
Return to top
Show: