CallRateLimit 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
CallRateLimit() |
Initializes a new instance of the CallRateLimit class. |
CallRateLimit(Nullable<Double>, Nullable<Double>, IList<ThrottlingRule>) |
Initializes a new instance of the CallRateLimit class. |
CallRateLimit()
Initializes a new instance of the CallRateLimit class.
public CallRateLimit ();
Public Sub New ()
Applies to
CallRateLimit(Nullable<Double>, Nullable<Double>, IList<ThrottlingRule>)
Initializes a new instance of the CallRateLimit class.
public CallRateLimit (double? count = default, double? renewalPeriod = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.ThrottlingRule> rules = default);
new Microsoft.Azure.Management.CognitiveServices.Models.CallRateLimit : Nullable<double> * Nullable<double> * System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.ThrottlingRule> -> Microsoft.Azure.Management.CognitiveServices.Models.CallRateLimit
Public Sub New (Optional count As Nullable(Of Double) = Nothing, Optional renewalPeriod As Nullable(Of Double) = Nothing, Optional rules As IList(Of ThrottlingRule) = Nothing)
Parameters
- rules
- IList<ThrottlingRule>
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET