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