CurrentQuotaLimitBase 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
CurrentQuotaLimitBase() |
Initializes a new instance of the CurrentQuotaLimitBase class. |
CurrentQuotaLimitBase(QuotaProperties) |
Initializes a new instance of the CurrentQuotaLimitBase class. |
CurrentQuotaLimitBase()
Initializes a new instance of the CurrentQuotaLimitBase class.
public CurrentQuotaLimitBase ();
Public Sub New ()
Applies to
CurrentQuotaLimitBase(QuotaProperties)
Initializes a new instance of the CurrentQuotaLimitBase class.
public CurrentQuotaLimitBase (Microsoft.Azure.Management.Reservations.Models.QuotaProperties properties = default);
new Microsoft.Azure.Management.Reservations.Models.CurrentQuotaLimitBase : Microsoft.Azure.Management.Reservations.Models.QuotaProperties -> Microsoft.Azure.Management.Reservations.Models.CurrentQuotaLimitBase
Public Sub New (Optional properties As QuotaProperties = Nothing)
Parameters
- properties
- QuotaProperties
Quota properties for the resource.