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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET