SupportsListingByRegion<T>.listByRegionAsync 方法
定义
重载
listByRegionAsync(Region region) |
Lists all the resources of the specified type in the specified region.
|
listByRegionAsync(String regionName) |
List all the resources of the specified type in the specified region. |
listByRegionAsync(Region region)
Lists all the resources of the specified type in the specified region.
public Observable<T> listByRegionAsync(Region region)
参数
- region
- Region
the selected Azure region
返回
Observable<T>
a representation of the deferred computation of this call, returning the requested resources
listByRegionAsync(String regionName)
List all the resources of the specified type in the specified region.
public Observable<T> listByRegionAsync(String regionName)
参数
- regionName
- String
the name of an Azure region
返回
Observable<T>
a representation of the deferred computation of this call, returning the requested resources