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 | |
---|---|---|
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
Name | Description | |
---|---|---|
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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