WebSiteDeleteParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters supplied to the Delete Web Site operation.
public class WebSiteDeleteParameters
type WebSiteDeleteParameters = class
Public Class WebSiteDeleteParameters
- Inheritance
-
WebSiteDeleteParameters
Constructors
WebSiteDeleteParameters() |
Initializes a new instance of the WebSiteDeleteParameters class. |
WebSiteDeleteParameters(Boolean, Boolean, Boolean) |
Initializes a new instance of the WebSiteDeleteParameters class with required arguments. |
Properties
DeleteAllSlots |
Required. Indicates if all slots for the web site should be deleted. |
DeleteEmptyServerFarm |
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. |
DeleteMetrics |
Required. Indicates if the metrics for the web site should be deleted. |
Applies to
Azure SDK for .NET