Share via


WebSiteDeleteParameters Class

 

Parameters supplied to the Delete Web Site operation.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteDeleteParameters

Syntax

public class WebSiteDeleteParameters
public ref class WebSiteDeleteParameters 
type WebSiteDeleteParameters = class end
Public Class WebSiteDeleteParameters

Constructors

Name Description
System_CAPS_pubmethod WebSiteDeleteParameters()

Initializes a new instance of the WebSiteDeleteParameters class.

System_CAPS_pubmethod WebSiteDeleteParameters(Boolean, Boolean, Boolean)

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

Properties

Name Description
System_CAPS_pubproperty DeleteAllSlots

Required. Indicates if all slots for the web site should be deleted.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty DeleteMetrics

Required. Indicates if the metrics for the web site should be deleted.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top