T - the fluent type of the resourcepublic interface SupportsListingByRegion<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> |
listByRegion(com.azure.core.management.Region region)
Lists all the resources of the specified type in the specified region.
|
com.azure.core.http.rest.PagedIterable<T> |
listByRegion(String regionName)
List all the resources of the specified type in the specified region.
|
com.azure.core.http.rest.PagedFlux<T> |
listByRegionAsync(com.azure.core.management.Region region)
Lists all the resources of the specified type in the specified region.
|
com.azure.core.http.rest.PagedFlux<T> |
listByRegionAsync(String regionName)
List all the resources of the specified type in the specified region.
|
com.azure.core.http.rest.PagedIterable<T> listByRegion(com.azure.core.management.Region region)
region - the selected Azure regionPagedIterable of resourcescom.azure.core.http.rest.PagedIterable<T> listByRegion(String regionName)
regionName - the name of an Azure regionPagedIterable list of resourcescom.azure.core.http.rest.PagedFlux<T> listByRegionAsync(com.azure.core.management.Region region)
region - the selected Azure regioncom.azure.core.http.rest.PagedFlux<T> listByRegionAsync(String regionName)
regionName - the name of an Azure regionCopyright © 2021 Microsoft Corporation. All rights reserved.