ThrottlingRule Constructors
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.
Overloads
ThrottlingRule() |
Initializes a new instance of the ThrottlingRule class. |
ThrottlingRule(String, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Boolean>, IList<RequestMatchPattern>) |
Initializes a new instance of the ThrottlingRule class. |
ThrottlingRule()
Initializes a new instance of the ThrottlingRule class.
public ThrottlingRule ();
Public Sub New ()
Applies to
ThrottlingRule(String, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Boolean>, IList<RequestMatchPattern>)
Initializes a new instance of the ThrottlingRule class.
public ThrottlingRule (string key = default, double? renewalPeriod = default, double? count = default, double? minCount = default, bool? dynamicThrottlingEnabled = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.RequestMatchPattern> matchPatterns = default);
new Microsoft.Azure.Management.CognitiveServices.Models.ThrottlingRule : string * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.RequestMatchPattern> -> Microsoft.Azure.Management.CognitiveServices.Models.ThrottlingRule
Public Sub New (Optional key As String = Nothing, Optional renewalPeriod As Nullable(Of Double) = Nothing, Optional count As Nullable(Of Double) = Nothing, Optional minCount As Nullable(Of Double) = Nothing, Optional dynamicThrottlingEnabled As Nullable(Of Boolean) = Nothing, Optional matchPatterns As IList(Of RequestMatchPattern) = Nothing)
Parameters
- key
- String
- matchPatterns
- IList<RequestMatchPattern>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET