Interface SupportsListing<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.microsoft.azure.PagedList<T> list()
      Lists all the resources of the specified type in the currently selected subscription.
      rx.Observable<T> listAsync()
      Lists all the resources of the specified type in the currently selected subscription.
    • Method Detail

      • list

        com.microsoft.azure.PagedList<T> list()
        Lists all the resources of the specified type in the currently selected subscription.
        Returns:
        list of resources
      • listAsync

        rx.Observable<T> listAsync()
        Lists all the resources of the specified type in the currently selected subscription.
        Returns:
        list of resources