MetricId 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.
Metric Id on which the throttle limit should be set, MetricId can be discovered by hovering over Metric in the Metrics section of Event Hub Namespace inside Azure Portal
[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) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(MetricId) |
Compares values of enum type MetricId |
Equals(Object) |
Compares values of enum type MetricId (override for Object) |
GetHashCode() |
Returns hashCode for enum MetricId |
ToString() |
Returns string representation for MetricId |
Operators
Equality(MetricId, MetricId) |
Overriding == operator for enum MetricId |
Implicit(MetricId to String) |
Implicit operator to convert MetricId to string |
Implicit(String to MetricId) |
Implicit operator to convert string to MetricId |
Inequality(MetricId, MetricId) |
Overriding != operator for enum MetricId |