你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LogMetric Struct

Definition

Argument completer implementation for LogMetric.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.LogMetricTypeConverter))]
public struct LogMetric : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.LogMetric>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.LogMetricTypeConverter))>]
type LogMetric = struct
    interface IArgumentCompleter
Public Structure LogMetric
Implements IArgumentCompleter, IEquatable(Of LogMetric)
Inheritance
LogMetric
Attributes
Implements

Fields

ClientRequestBandwidth
ClientRequestCount
ClientRequestTraffic
OriginRequestBandwidth
OriginRequestTraffic
TotalLatency

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(LogMetric)

Compares values of enum type LogMetric

Equals(Object)

Compares values of enum type LogMetric (override for Object)

GetHashCode()

Returns hashCode for enum LogMetric

ToString()

Returns string representation for LogMetric

Operators

Equality(LogMetric, LogMetric)

Overriding == operator for enum LogMetric

Implicit(LogMetric to String)

Implicit operator to convert LogMetric to string

Implicit(String to LogMetric)

Implicit operator to convert string to LogMetric

Inequality(LogMetric, LogMetric)

Overriding != operator for enum LogMetric

Applies to