WebHostingPlanOperationsExtensions.GetHistoricalUsageMetrics Method (IWebHostingPlanOperations, String, String, WebHostingPlanGetHistoricalUsageMetricsParameters)
You can retrieve historical usage metrics for a site by issuing an HTTP GET request. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166964.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
<ExtensionAttribute> Public Shared Function GetHistoricalUsageMetrics ( operations As IWebHostingPlanOperations, webSpaceName As String, webHostingPlanName As String, parameters As WebHostingPlanGetHistoricalUsageMetricsParameters ) As WebHostingPlanGetHistoricalUsageMetricsResponse
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
- webSpaceName
-
Type:
System.String
Required. The name of the web space.
- webHostingPlanName
-
Type:
System.String
Required. The name of the web hosting plan.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsParameters
Required. Parameters supplied to the Get Historical Usage Metrics Web hosting plan operation.
Return Value
Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsResponseThe Get Historical Usage Metrics Web hosting plan operation response.
Show: