QuotaLimit 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
QuotaLimit() |
Initializes a new instance of the QuotaLimit class. |
QuotaLimit(Nullable<Double>, Nullable<Double>, IList<ThrottlingRule>) |
Initializes a new instance of the QuotaLimit class. |
QuotaLimit()
Initializes a new instance of the QuotaLimit class.
public QuotaLimit ();
Public Sub New ()
Applies to
QuotaLimit(Nullable<Double>, Nullable<Double>, IList<ThrottlingRule>)
Initializes a new instance of the QuotaLimit class.
public QuotaLimit (double? count = default, double? renewalPeriod = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.ThrottlingRule> rules = default);
new Microsoft.Azure.Management.CognitiveServices.Models.QuotaLimit : Nullable<double> * Nullable<double> * System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.ThrottlingRule> -> Microsoft.Azure.Management.CognitiveServices.Models.QuotaLimit
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET