T - the type of the resources listed.public interface SupportsListingByResourceGroup<T>
(Note this interface is not intended to be implemented by user code.)
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedIterable<T> |
listByResourceGroup(String resourceGroupName)
Lists resources of the specified type in the specified resource group.
|
com.azure.core.http.rest.PagedFlux<T> |
listByResourceGroupAsync(String resourceGroupName)
Lists resources of the specified type in the specified resource group.
|
com.azure.core.http.rest.PagedIterable<T> listByResourceGroup(String resourceGroupName)
resourceGroupName - the name of the resource group to list the resources fromcom.azure.core.http.rest.PagedFlux<T> listByResourceGroupAsync(String resourceGroupName)
resourceGroupName - the name of the resource group to list the resources fromPagedFlux of the resourcesVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.