Share via


SubscriptionQuotaItemProperties Constructors

Definition

Overloads

SubscriptionQuotaItemProperties()

Initializes a new instance of the SubscriptionQuotaItemProperties class.

SubscriptionQuotaItemProperties(Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the SubscriptionQuotaItemProperties class.

SubscriptionQuotaItemProperties()

Initializes a new instance of the SubscriptionQuotaItemProperties class.

public SubscriptionQuotaItemProperties ();
Public Sub New ()

Applies to

SubscriptionQuotaItemProperties(Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the SubscriptionQuotaItemProperties class.

public SubscriptionQuotaItemProperties (int? current = default, int? defaultProperty = default);
new Microsoft.Azure.Management.NetApp.Models.SubscriptionQuotaItemProperties : Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.NetApp.Models.SubscriptionQuotaItemProperties
Public Sub New (Optional current As Nullable(Of Integer) = Nothing, Optional defaultProperty As Nullable(Of Integer) = Nothing)

Parameters

current
Nullable<Int32>

The current quota value.

defaultProperty
Nullable<Int32>

The default quota value.

Applies to