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

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<DevCenterSku>
    Lists the Microsoft.DevCenter SKUs available in a subscription.
    com.azure.core.http.rest.PagedIterable<DevCenterSku>
    list(Integer top, com.azure.core.util.Context context)
    Lists the Microsoft.DevCenter SKUs available in a subscription.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<DevCenterSku> list()
      Lists the Microsoft.DevCenter SKUs available in a subscription.
      Returns:
      results of the Microsoft.DevCenter SKU list operation as paginated response with PagedIterable.
      Throws:
      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<DevCenterSku> list(Integer top, com.azure.core.util.Context context)
      Lists the Microsoft.DevCenter SKUs available in a subscription.
      Parameters:
      top - The maximum number of resources to return from the operation. Example: '$top=10'.
      context - The context to associate with this operation.
      Returns:
      results of the Microsoft.DevCenter SKU list operation 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.