次の方法で共有


ThrottlingRule(String, IEnumerable<ThrottlingMetric>) コンストラクター

定義

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

public ThrottlingRule (string action, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ProviderHub.Models.ThrottlingMetric> metrics);
new Azure.ResourceManager.ProviderHub.Models.ThrottlingRule : string * seq<Azure.ResourceManager.ProviderHub.Models.ThrottlingMetric> -> Azure.ResourceManager.ProviderHub.Models.ThrottlingRule
Public Sub New (action As String, metrics As IEnumerable(Of ThrottlingMetric))

パラメーター

action
String

例外

action または metrics が null です。

適用対象