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
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