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.
Argument completer implementation for LogRankingMetric.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.LogRankingMetricTypeConverter))]
public struct LogRankingMetric : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.LogRankingMetric>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.LogRankingMetricTypeConverter))>]
type LogRankingMetric = struct
interface IArgumentCompleter
Public Structure LogRankingMetric
Implements IArgumentCompleter, IEquatable(Of LogRankingMetric)
- Inheritance
-
LogRankingMetric
- Attributes
- Implements
Fields
ClientRequestCount | |
ClientRequestTraffic | |
ErrorCount | |
HitCount | |
MissCount | |
UserErrorCount |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(LogRankingMetric) |
Compares values of enum type LogRankingMetric |
Equals(Object) |
Compares values of enum type LogRankingMetric (override for Object) |
GetHashCode() |
Returns hashCode for enum LogRankingMetric |
ToString() |
Returns string representation for LogRankingMetric |
Operators
Equality(LogRankingMetric, LogRankingMetric) |
Overriding == operator for enum LogRankingMetric |
Implicit(LogRankingMetric to String) |
Implicit operator to convert LogRankingMetric to string |
Implicit(String to LogRankingMetric) |
Implicit operator to convert string to LogRankingMetric |
Inequality(LogRankingMetric, LogRankingMetric) |
Overriding != operator for enum LogRankingMetric |