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)

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

public class WebSiteDeleteParameters

NameDescription
System_CAPS_pubmethodWebSiteDeleteParameters()

Initializes a new instance of the WebSiteDeleteParameters class.

System_CAPS_pubmethodWebSiteDeleteParameters(Boolean, Boolean, Boolean)

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

NameDescription
System_CAPS_pubpropertyDeleteAllSlots

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

System_CAPS_pubpropertyDeleteEmptyServerFarm

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_pubpropertyDeleteMetrics

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: