LogRankingMetric Struct
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.
public readonly struct LogRankingMetric : IEquatable<Azure.ResourceManager.Cdn.Models.LogRankingMetric>
type LogRankingMetric = struct
Public Structure LogRankingMetric
Implements IEquatable(Of LogRankingMetric)
- Inheritance
-
LogRankingMetric
- Implements
Constructors
| Name | Description |
|---|---|
| LogRankingMetric(String) |
Initializes a new instance of LogRankingMetric. |
Properties
| Name | Description |
|---|---|
| ClientRequestCount |
Gets the ClientRequestCount. |
| ClientRequestTraffic |
Gets the ClientRequestTraffic. |
| ErrorCount |
Gets the ErrorCount. |
| HitCount |
Gets the HitCount. |
| MissCount |
Gets the MissCount. |
| UserErrorCount |
Gets the UserErrorCount. |
Methods
| Name | Description |
|---|---|
| Equals(LogRankingMetric) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(LogRankingMetric, LogRankingMetric) |
Determines if two LogRankingMetric values are the same. |
| Implicit(String to LogRankingMetric) |
Converts a string to a LogRankingMetric. |
| Implicit(String to Nullable<LogRankingMetric>) | |
| Inequality(LogRankingMetric, LogRankingMetric) |
Determines if two LogRankingMetric values are not the same. |