Interface SupportsListing<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.azure.core.http.rest.PagedIterable<T> list()
      Lists all the resources of the specified type in the currently selected subscription.
      com.azure.core.http.rest.PagedFlux<T> listAsync()
      Lists all the resources of the specified type in the currently selected subscription.
    • Method Detail

      • list

        com.azure.core.http.rest.PagedIterable<T> list()
        Lists all the resources of the specified type in the currently selected subscription.
        Returns:
        A PagedIterable of resources
      • listAsync

        com.azure.core.http.rest.PagedFlux<T> listAsync()
        Lists all the resources of the specified type in the currently selected subscription.
        Returns:
        A PagedFlux of resources