Interface SubscriptionQuotaItem


  • public interface SubscriptionQuotaItem
    An immutable client-side representation of SubscriptionQuotaItem.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Integer current()
      Gets the current property: The current quota value.
      Integer defaultProperty()
      Gets the defaultProperty property: The default quota value.
      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      SubscriptionQuotaItemInner innerModel()
      Gets the inner com.azure.resourcemanager.netapp.fluent.models.SubscriptionQuotaItemInner object.
      String name()
      Gets the name property: The name of the resource.
      com.azure.core.management.SystemData systemData()
      Gets the systemData property: The system meta data relating to this resource.
      String type()
      Gets the type property: The type of the resource.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • systemData

        com.azure.core.management.SystemData systemData()
        Gets the systemData property: The system meta data relating to this resource.
        Returns:
        the systemData value.
      • current

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

        Integer defaultProperty()
        Gets the defaultProperty property: The default quota value.
        Returns:
        the defaultProperty value.
      • innerModel

        SubscriptionQuotaItemInner innerModel()
        Gets the inner com.azure.resourcemanager.netapp.fluent.models.SubscriptionQuotaItemInner object.
        Returns:
        the inner object.