WebSiteDeleteParameters.DeleteMetrics Property
Required. Indicates if the metrics for the web site should be deleted.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public bool DeleteMetrics { get; set; }
public:
property bool DeleteMetrics {
bool get();
void set(bool value);
}
member DeleteMetrics : bool with get, set
Public Property DeleteMetrics As Boolean
Property Value
Type: System.Boolean
See Also
WebSiteDeleteParameters Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top