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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET