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

ThrottlingMetricType Struct

Definition

Argument completer implementation for ThrottlingMetricType.

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

Fields

NotSpecified
NumberOfRequests
NumberOfResources

Methods

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

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

Equals(Object)

Compares values of enum type ThrottlingMetricType (override for Object)

Equals(ThrottlingMetricType)

Compares values of enum type ThrottlingMetricType

GetHashCode()

Returns hashCode for enum ThrottlingMetricType

ToString()

Returns string representation for ThrottlingMetricType

Operators

Equality(ThrottlingMetricType, ThrottlingMetricType)

Overriding == operator for enum ThrottlingMetricType

Implicit(String to ThrottlingMetricType)

Implicit operator to convert string to ThrottlingMetricType

Implicit(ThrottlingMetricType to String)

Implicit operator to convert ThrottlingMetricType to string

Inequality(ThrottlingMetricType, ThrottlingMetricType)

Overriding != operator for enum ThrottlingMetricType

Applies to