QuotaCounterValueUpdateContract 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
QuotaCounterValueUpdateContract() |
Initializes a new instance of the QuotaCounterValueUpdateContract class. |
QuotaCounterValueUpdateContract(Nullable<Int32>, Nullable<Double>) |
Initializes a new instance of the QuotaCounterValueUpdateContract class. |
QuotaCounterValueUpdateContract()
Initializes a new instance of the QuotaCounterValueUpdateContract class.
public QuotaCounterValueUpdateContract ();
Public Sub New ()
Applies to
QuotaCounterValueUpdateContract(Nullable<Int32>, Nullable<Double>)
Initializes a new instance of the QuotaCounterValueUpdateContract class.
public QuotaCounterValueUpdateContract (int? callsCount = default, double? kbTransferred = default);
new Microsoft.Azure.Management.ApiManagement.Models.QuotaCounterValueUpdateContract : Nullable<int> * Nullable<double> -> Microsoft.Azure.Management.ApiManagement.Models.QuotaCounterValueUpdateContract
Public Sub New (Optional callsCount As Nullable(Of Integer) = Nothing, Optional kbTransferred As Nullable(Of Double) = Nothing)