LogRankingMetric Struct

Definition

The LogRankingMetric.

public readonly struct LogRankingMetric : IEquatable<Azure.ResourceManager.Cdn.Models.LogRankingMetric>
type LogRankingMetric = struct
Public Structure LogRankingMetric
Implements IEquatable(Of LogRankingMetric)
Inheritance
LogRankingMetric
Implements

Constructors

LogRankingMetric(String)

Initializes a new instance of LogRankingMetric.

Properties

ClientRequestCount

clientRequestCount.

ClientRequestTraffic

clientRequestTraffic.

ErrorCount

errorCount.

HitCount

hitCount.

MissCount

missCount.

UserErrorCount

userErrorCount.

Methods

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

Equality(LogRankingMetric, LogRankingMetric)

Determines if two LogRankingMetric values are the same.

Implicit(String to LogRankingMetric)

Converts a string to a LogRankingMetric.

Inequality(LogRankingMetric, LogRankingMetric)

Determines if two LogRankingMetric values are not the same.

Applies to