ResourceCounter 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
ResourceCounter() |
Initializes a new instance of the ResourceCounter class. |
ResourceCounter(Int64, Nullable<Int64>) |
Initializes a new instance of the ResourceCounter class. |
ResourceCounter()
- Source:
- ResourceCounter.cs
Initializes a new instance of the ResourceCounter class.
public ResourceCounter ();
Public Sub New ()
Applies to
ResourceCounter(Int64, Nullable<Int64>)
- Source:
- ResourceCounter.cs
Initializes a new instance of the ResourceCounter class.
public ResourceCounter (long usage = 0, long? quota = default);
new Microsoft.Azure.Search.Models.ResourceCounter : int64 * Nullable<int64> -> Microsoft.Azure.Search.Models.ResourceCounter
Public Sub New (Optional usage As Long = 0, Optional quota As Nullable(Of Long) = Nothing)
Parameters
- usage
- Int64
The resource usage amount.
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