Share via


WebHostingPlanOperationsExtensions.GetHistoricalUsageMetricsAsync Method

You can retrieve historical usage metrics for a site by issuing an HTTP GET request. (see https://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)

Usage

'Usage
Dim operations As IWebHostingPlanOperations
Dim webSpaceName As String
Dim webHostingPlanName As String
Dim parameters As WebHostingPlanGetHistoricalUsageMetricsParameters
Dim returnValue As Task(Of WebHostingPlanGetHistoricalUsageMetricsResponse)

returnValue = WebHostingPlanOperationsExtensions.GetHistoricalUsageMetricsAsync(operations, webSpaceName, webHostingPlanName, parameters)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetHistoricalUsageMetricsAsync ( _
    operations As IWebHostingPlanOperations, _
    webSpaceName As String, _
    webHostingPlanName As String, _
    parameters As WebHostingPlanGetHistoricalUsageMetricsParameters _
) As Task(Of WebHostingPlanGetHistoricalUsageMetricsResponse)
[ExtensionAttribute] 
public static Task<WebHostingPlanGetHistoricalUsageMetricsResponse> GetHistoricalUsageMetricsAsync (
    IWebHostingPlanOperations operations,
    string webSpaceName,
    string webHostingPlanName,
    WebHostingPlanGetHistoricalUsageMetricsParameters parameters
)
[ExtensionAttribute] 
public:
static Task<WebHostingPlanGetHistoricalUsageMetricsResponse^>^ GetHistoricalUsageMetricsAsync (
    IWebHostingPlanOperations^ operations, 
    String^ webSpaceName, 
    String^ webHostingPlanName, 
    WebHostingPlanGetHistoricalUsageMetricsParameters^ parameters
)
/** @attribute ExtensionAttribute() */ 
public static Task<WebHostingPlanGetHistoricalUsageMetricsResponse> GetHistoricalUsageMetricsAsync (
    IWebHostingPlanOperations operations, 
    String webSpaceName, 
    String webHostingPlanName, 
    WebHostingPlanGetHistoricalUsageMetricsParameters parameters
)
ExtensionAttribute 
public static function GetHistoricalUsageMetricsAsync (
    operations : IWebHostingPlanOperations, 
    webSpaceName : String, 
    webHostingPlanName : String, 
    parameters : WebHostingPlanGetHistoricalUsageMetricsParameters
) : Task<WebHostingPlanGetHistoricalUsageMetricsResponse>

Parameters

  • operations
    Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
  • webSpaceName
    Required. The name of the web space.
  • webHostingPlanName
    Required. The name of the web hosting plan.
  • parameters
    Required. Parameters supplied to the Get Historical Usage Metrics Web hosting plan operation.

Return Value

The Get Historical Usage Metrics Web hosting plan operation response.

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.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

WebHostingPlanOperationsExtensions Class
WebHostingPlanOperationsExtensions Members
Microsoft.WindowsAzure Namespace