WebSiteDeleteParameters Class

Definition

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