QuotaCounterCollection 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
QuotaCounterCollection() |
Initializes a new instance of the QuotaCounterCollection class. |
QuotaCounterCollection(IList<QuotaCounterContract>, Nullable<Int64>, String) |
Initializes a new instance of the QuotaCounterCollection class. |
QuotaCounterCollection()
Initializes a new instance of the QuotaCounterCollection class.
public QuotaCounterCollection ();
Public Sub New ()
Applies to
QuotaCounterCollection(IList<QuotaCounterContract>, Nullable<Int64>, String)
Initializes a new instance of the QuotaCounterCollection class.
public QuotaCounterCollection (System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.QuotaCounterContract> value = default, long? count = default, string nextLink = default);
new Microsoft.Azure.Management.ApiManagement.Models.QuotaCounterCollection : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.QuotaCounterContract> * Nullable<int64> * string -> Microsoft.Azure.Management.ApiManagement.Models.QuotaCounterCollection
Public Sub New (Optional value As IList(Of QuotaCounterContract) = Nothing, Optional count As Nullable(Of Long) = Nothing, Optional nextLink As String = Nothing)
Parameters
- value
- IList<QuotaCounterContract>
Quota counter values.
- nextLink
- String
Next page link if any.
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