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)
Syntax
public WebSiteDeleteParameters(
bool deleteEmptyServerFarm,
bool deleteMetrics,
bool deleteAllSlots
)
public:
WebSiteDeleteParameters(
bool deleteEmptyServerFarm,
bool deleteMetrics,
bool deleteAllSlots
)
new :
deleteEmptyServerFarm:bool *
deleteMetrics:bool *
deleteAllSlots:bool -> WebSiteDeleteParameters
Public Sub New (
deleteEmptyServerFarm As Boolean,
deleteMetrics As Boolean,
deleteAllSlots As Boolean
)
See Also
WebSiteDeleteParameters Overload
WebSiteDeleteParameters Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top