ThrottlingRule(String, IEnumerable<ThrottlingMetric>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- metrics
- IEnumerable<ThrottlingMetric>
Exceptions
action
or metrics
is null.