WebHostingPlanOperationsExtensions.GetHistoricalUsageMetricsAsync 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)

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

<ExtensionAttribute>
Public Shared Function GetHistoricalUsageMetricsAsync (
	operations As IWebHostingPlanOperations,
	webSpaceName As String,
	webHostingPlanName As String,
	parameters As WebHostingPlanGetHistoricalUsageMetricsParameters
) As Task(Of 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: System.Threading.Tasks.Task(Of WebHostingPlanGetHistoricalUsageMetricsResponse)

The Get Historical Usage Metrics Web hosting plan operation response.

Return to top
Show: