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 |
---|---|
abstract
Paged |
listByRegion(Region region)
Lists all the resources of the specified type in the specified region. |
abstract
Paged |
listByRegion(String regionName)
List all the resources of the specified type in the specified region. |
abstract
Paged |
listByRegionAsync(Region region)
Lists all the resources of the specified type in the specified region. |
abstract
Paged |
listByRegionAsync(String regionName)
List all the resources of the specified type in the specified region. |
Method Details
listByRegion
public abstract PagedIterable
Lists all the resources of the specified type in the specified region.
Parameters:
Returns:
listByRegion
public abstract PagedIterable
List all the resources of the specified type in the specified region.
Parameters:
Returns:
listByRegionAsync
public abstract PagedFlux
Lists all the resources of the specified type in the specified region.
Parameters:
Returns:
listByRegionAsync
public abstract PagedFlux
List all the resources of the specified type in the specified region.
Parameters:
Returns:
Applies to
Azure SDK for Java