WebHostingPlanOperationsExtensions.GetHistoricalUsageMetrics Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
public static Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsResponse GetHistoricalUsageMetrics (this Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations operations, string webSpaceName, string webHostingPlanName, Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsParameters parameters);
static member GetHistoricalUsageMetrics : Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations * string * string * Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsParameters -> Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsResponse
<Extension()>
Public Function GetHistoricalUsageMetrics (operations As IWebHostingPlanOperations, webSpaceName As String, webHostingPlanName As String, parameters As WebHostingPlanGetHistoricalUsageMetricsParameters) As WebHostingPlanGetHistoricalUsageMetricsResponse
Parameters
- operations
- IWebHostingPlanOperations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
- webSpaceName
- String
Required. The name of the web space.
- webHostingPlanName
- String
Required. The name of the web hosting plan.
Required. Parameters supplied to the Get Historical Usage Metrics Web hosting plan operation.
Returns
The Get Historical Usage Metrics Web hosting plan operation response.