ThrottlingRule(String, IEnumerable<ThrottlingMetric>) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- metrics
- IEnumerable<ThrottlingMetric>
例外
action
または metrics
が null です。