HistoricalUsageMetricNames Class
Specifies the available historical usage metrics.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricNames
Syntax
public static class HistoricalUsageMetricNames
public ref class HistoricalUsageMetricNames abstract sealed
[<AbstractClass>]
[<Sealed>]
type HistoricalUsageMetricNames = class end
Public NotInheritable Class HistoricalUsageMetricNames
Fields
Name | Description | |
---|---|---|
BytesReceived | Specifies that the historical usage metric is BytesReceived. |
|
BytesSent | Specifies that the historical usage metric is BytesSent. |
|
CpuTime | Specifies that the historical usage metric is CpuTime. |
|
Http2xx | Specifies that the historical usage metric is Http2xx. |
|
Http3xx | Specifies that the historical usage metric is Http3xx. |
|
Http401 | Specifies that the historical usage metric is Http401. |
|
Http403 | Specifies that the historical usage metric is Http403. |
|
Http404 | Specifies that the historical usage metric is Http404. |
|
Http406 | Specifies that the historical usage metric is Http406. |
|
Http4xx | Specifies that the historical usage metric is Http4xx. |
|
Http5xx | Specifies that the historical usage metric is Http5xx. |
|
IncomingRequestBytes | Specifies that the historical usage metric is IncomingRequestBytes. |
|
IncomingRequestResponseBytes | Specifies that the historical usage metric is IncomingRequestResponseBytes. |
|
LocalReadBytes | Specifies that the historical usage metric is LocalReadBytes. |
|
LocalWrittenBytes | Specifies that the historical usage metric is LocalWrittenBytes. |
|
NetworkReadBytes | Specifies that the historical usage metric is NetworkReadBytes. |
|
NetworkWrittenBytes | Specifies that the historical usage metric is NetworkWrittenBytes. |
|
OutgoingRequestBytes | Specifies that the historical usage metric is OutgoingRequestBytes. |
|
OutgoingRequestResponseBytes | Specifies that the historical usage metric is OutgoingRequestResponseBytes. |
|
Requests | Specifies that the historical usage metric is Requests. |
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.
See Also
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top