Interface Quota


  • public interface Quota
    An immutable client-side representation of Quota.
    • Method Detail

      • hostsRemaining

        Map<String,​Integer> hostsRemaining()
        Gets the hostsRemaining property: Remaining hosts quota by sku type.
        Returns:
        the hostsRemaining value.
      • quotaEnabled

        QuotaEnabled quotaEnabled()
        Gets the quotaEnabled property: Host quota is active for current subscription.
        Returns:
        the quotaEnabled value.
      • innerModel

        QuotaInner innerModel()
        Gets the inner com.azure.resourcemanager.avs.fluent.models.QuotaInner object.
        Returns:
        the inner object.