次の方法で共有


ThrottlingMetricType 構造体

定義

ThrottlingMetricType。

public readonly struct ThrottlingMetricType : IEquatable<Azure.ResourceManager.ProviderHub.Models.ThrottlingMetricType>
type ThrottlingMetricType = struct
Public Structure ThrottlingMetricType
Implements IEquatable(Of ThrottlingMetricType)
継承
ThrottlingMetricType
実装

コンストラクター

ThrottlingMetricType(String)

ThrottlingMetricType の新しいインスタンスを初期化します。

プロパティ

NotSpecified

NotSpecified。

NumberOfRequests

NumberOfRequests。

NumberOfResources

NumberOfResources。

メソッド

Equals(ThrottlingMetricType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(ThrottlingMetricType, ThrottlingMetricType)

2 つの ThrottlingMetricType 値が同じかどうかを判断します。

Implicit(String to ThrottlingMetricType)

文字列を ThrottlingMetricType に変換します。

Inequality(ThrottlingMetricType, ThrottlingMetricType)

2 つの ThrottlingMetricType 値が同じでないかどうかを判断します。

適用対象