Class SubscriptionQuotaItemInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.netapp.fluent.models.SubscriptionQuotaItemInner

public final class SubscriptionQuotaItemInner extends com.azure.core.management.ProxyResource
Information regarding Subscription Quota Item.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of SubscriptionQuotaItemInner class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the current property: The current quota value.
    Get the defaultProperty property: The default quota value.
    com.azure.core.management.SystemData
    Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
    void
    Validates the instance.

    Methods inherited from class com.azure.core.management.ProxyResource

    id, name, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SubscriptionQuotaItemInner

      public SubscriptionQuotaItemInner()
      Creates an instance of SubscriptionQuotaItemInner class.
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • current

      public Integer current()
      Get the current property: The current quota value.
      Returns:
      the current value.
    • defaultProperty

      public Integer defaultProperty()
      Get the defaultProperty property: The default quota value.
      Returns:
      the defaultProperty value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.