WebSiteDeleteParameters Constructor (Boolean, Boolean, Boolean)

 

Initializes a new instance of the WebSiteDeleteParameters class with required arguments.

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

Public Sub New (
	deleteEmptyServerFarm As Boolean,
	deleteMetrics As Boolean,
	deleteAllSlots As Boolean
)
Return to top
Show: