Interface Quota


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

    Modifier and Type
    Method
    Description
    Gets the hostsRemaining property: Remaining hosts quota by sku type.
    Gets the inner com.azure.resourcemanager.avs.fluent.models.QuotaInner object.
    Gets the quotaEnabled property: Host quota is active for current subscription.
  • Method Details

    • 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.