InnerT - the fluent type of the resourcepublic interface InnerSupportsListing<InnerT>
(Note: this interface is not intended to be implemented by user code)
| Modifier and Type | Method and 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.
|
com.azure.core.http.rest.PagedFlux<InnerT> listAsync()
PagedFlux of resources if successful.com.azure.core.http.rest.PagedFlux<InnerT> listByResourceGroupAsync(String resourceGroup)
resourceGroup - name of the resource group.PagedFlux of resources if successful.com.azure.core.http.rest.PagedIterable<InnerT> list()
PagedIterable of resources if successful.com.azure.core.http.rest.PagedIterable<InnerT> listByResourceGroup(String resourceGroupName)
resourceGroupName - The name of the resource group within the user's subscription.PagedIterable of resources if successful.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.