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
System_CAPS_pubfieldSystem_CAPS_static BytesReceived

Specifies that the historical usage metric is BytesReceived.

System_CAPS_pubfieldSystem_CAPS_static BytesSent

Specifies that the historical usage metric is BytesSent.

System_CAPS_pubfieldSystem_CAPS_static CpuTime

Specifies that the historical usage metric is CpuTime.

System_CAPS_pubfieldSystem_CAPS_static Http2xx

Specifies that the historical usage metric is Http2xx.

System_CAPS_pubfieldSystem_CAPS_static Http3xx

Specifies that the historical usage metric is Http3xx.

System_CAPS_pubfieldSystem_CAPS_static Http401

Specifies that the historical usage metric is Http401.

System_CAPS_pubfieldSystem_CAPS_static Http403

Specifies that the historical usage metric is Http403.

System_CAPS_pubfieldSystem_CAPS_static Http404

Specifies that the historical usage metric is Http404.

System_CAPS_pubfieldSystem_CAPS_static Http406

Specifies that the historical usage metric is Http406.

System_CAPS_pubfieldSystem_CAPS_static Http4xx

Specifies that the historical usage metric is Http4xx.

System_CAPS_pubfieldSystem_CAPS_static Http5xx

Specifies that the historical usage metric is Http5xx.

System_CAPS_pubfieldSystem_CAPS_static IncomingRequestBytes

Specifies that the historical usage metric is IncomingRequestBytes.

System_CAPS_pubfieldSystem_CAPS_static IncomingRequestResponseBytes

Specifies that the historical usage metric is IncomingRequestResponseBytes.

System_CAPS_pubfieldSystem_CAPS_static LocalReadBytes

Specifies that the historical usage metric is LocalReadBytes.

System_CAPS_pubfieldSystem_CAPS_static LocalWrittenBytes

Specifies that the historical usage metric is LocalWrittenBytes.

System_CAPS_pubfieldSystem_CAPS_static NetworkReadBytes

Specifies that the historical usage metric is NetworkReadBytes.

System_CAPS_pubfieldSystem_CAPS_static NetworkWrittenBytes

Specifies that the historical usage metric is NetworkWrittenBytes.

System_CAPS_pubfieldSystem_CAPS_static OutgoingRequestBytes

Specifies that the historical usage metric is OutgoingRequestBytes.

System_CAPS_pubfieldSystem_CAPS_static OutgoingRequestResponseBytes

Specifies that the historical usage metric is OutgoingRequestResponseBytes.

System_CAPS_pubfieldSystem_CAPS_static 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