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 com.microsoft.azure.PagedList<T> |
listByRegion(Region region)
Lists all the resources of the specified type in the specified region. |
abstract com.microsoft.azure.PagedList<T> |
listByRegion(String regionName)
List all the resources of the specified type in the specified region. |
abstract rx.Observable<T> |
listByRegionAsync(Region region)
Lists all the resources of the specified type in the specified region. |
abstract rx.Observable<T> |
listByRegionAsync(String regionName)
List all the resources of the specified type in the specified region. |
Method Details
listByRegion
public abstract PagedList
Lists all the resources of the specified type in the specified region.
Parameters:
Returns:
listByRegion
public abstract PagedList
List all the resources of the specified type in the specified region.
Parameters:
Returns:
listByRegionAsync
public abstract Observable
Lists all the resources of the specified type in the specified region.
Parameters:
Returns:
listByRegionAsync
public abstract Observable
List all the resources of the specified type in the specified region.
Parameters:
Returns:
Applies to
Azure SDK for Java