Interface NetAppResourceQuotaLimits


public interface NetAppResourceQuotaLimits
Resource collection API of NetAppResourceQuotaLimits.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String location, String quotaLimitName)
    Get quota limits Get the default and current subscription quota limit.
    com.azure.core.http.rest.Response<SubscriptionQuotaItem>
    getWithResponse(String location, String quotaLimitName, com.azure.core.util.Context context)
    Get quota limits Get the default and current subscription quota limit.
    com.azure.core.http.rest.PagedIterable<SubscriptionQuotaItem>
    list(String location)
    Get quota limits Get the default and current limits for quotas.
    com.azure.core.http.rest.PagedIterable<SubscriptionQuotaItem>
    list(String location, com.azure.core.util.Context context)
    Get quota limits Get the default and current limits for quotas.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<SubscriptionQuotaItem> list(String location)
      Get quota limits Get the default and current limits for quotas.
      Parameters:
      location - The name of the Azure region.
      Returns:
      the default and current limits for quotas as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • list

      com.azure.core.http.rest.PagedIterable<SubscriptionQuotaItem> list(String location, com.azure.core.util.Context context)
      Get quota limits Get the default and current limits for quotas.
      Parameters:
      location - The name of the Azure region.
      context - The context to associate with this operation.
      Returns:
      the default and current limits for quotas as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getWithResponse

      com.azure.core.http.rest.Response<SubscriptionQuotaItem> getWithResponse(String location, String quotaLimitName, com.azure.core.util.Context context)
      Get quota limits Get the default and current subscription quota limit.
      Parameters:
      location - The name of the Azure region.
      quotaLimitName - The name of the Quota Limit.
      context - The context to associate with this operation.
      Returns:
      the default and current subscription quota limit along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      SubscriptionQuotaItem get(String location, String quotaLimitName)
      Get quota limits Get the default and current subscription quota limit.
      Parameters:
      location - The name of the Azure region.
      quotaLimitName - The name of the Quota Limit.
      Returns:
      the default and current subscription quota limit.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.