共用方式為


ThrottlingRule(String, IEnumerable<ThrottlingMetric>) Constructor

Definition

Initializes a new instance of 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))

Parameters

action
String

Exceptions

action or metrics is null.

Applies to