Dela via


MetricId Struct

Definition

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

Fields

IncomingBytes
IncomingMessages
OutgoingBytes
OutgoingMessages

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)
Equals(MetricId)
Equals(Object)
GetHashCode()
ToString()

Operators

Equality(MetricId, MetricId)
Implicit(MetricId to String)
Implicit(String to MetricId)
Inequality(MetricId, MetricId)

Applies to