Interface InnerSupportsListing<InnerT>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.azure.core.http.rest.PagedIterable<InnerT> list()
      Lists the page list of all resources of specific type available in subscription.
      com.azure.core.http.rest.PagedFlux<InnerT> listAsync()
      Returns the observable for the page list of all resources of specific type in subscription.
      com.azure.core.http.rest.PagedIterable<InnerT> listByResourceGroup​(String resourceGroupName)
      Lists the page list of all resources of specific type in specified resource group.
      com.azure.core.http.rest.PagedFlux<InnerT> listByResourceGroupAsync​(String resourceGroup)
      Returns the observable for the page list of all resources of specific type in specified resource group.
    • Method Detail

      • listAsync

        com.azure.core.http.rest.PagedFlux<InnerT> listAsync()
        Returns the observable for the page list of all resources of specific type in subscription.
        Returns:
        the PagedFlux of resources if successful.
      • listByResourceGroupAsync

        com.azure.core.http.rest.PagedFlux<InnerT> listByResourceGroupAsync​(String resourceGroup)
        Returns the observable for the page list of all resources of specific type in specified resource group.
        Parameters:
        resourceGroup - name of the resource group.
        Returns:
        the PagedFlux of resources if successful.
      • list

        com.azure.core.http.rest.PagedIterable<InnerT> list()
        Lists the page list of all resources of specific type available in subscription.
        Returns:
        the PagedIterable of resources if successful.
      • listByResourceGroup

        com.azure.core.http.rest.PagedIterable<InnerT> listByResourceGroup​(String resourceGroupName)
        Lists the page list of all resources of specific type in specified resource group.
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription.
        Returns:
        the PagedIterable of resources if successful.