SupportsListingByRegion<T> Interface
Type Parameters
- T
the fluent type of the resource
public interface SupportsListingByRegion
Provides access to listing Azure resources of a specific type based on their region.
(Note: this interface is not intended to be implemented by user code)
Method Summary
Modifier and Type | Method and Description |
---|---|
PagedList<T> |
listByRegion(Region region)
Lists all the resources of the specified type in the specified region. |
PagedList<T> |
listByRegion(String regionName)
List all the resources of the specified type in the specified region. |
Observable<T> |
listByRegionAsync(Region region)
Lists all the resources of the specified type in the specified region. |
Observable<T> |
listByRegionAsync(String regionName)
List all the resources of the specified type in the specified region. |
Method Details
listByRegion
public PagedList
Lists all the resources of the specified type in the specified region.
Parameters:
Returns:
listByRegion
public PagedList
List all the resources of the specified type in the specified region.
Parameters:
Returns:
listByRegionAsync
public Observable
Lists all the resources of the specified type in the specified region.
Parameters:
Returns:
listByRegionAsync
public Observable
List all the resources of the specified type in the specified region.
Parameters:
Returns:
Applies to
Azure SDK for Java