SupportsListingByRegion<T>.listByRegion 方法
定义
重载
listByRegion(Region region) |
Lists all the resources of the specified type in the specified region.
|
listByRegion(String regionName) |
List all the resources of the specified type in the specified region. |
listByRegion(Region region)
Lists all the resources of the specified type in the specified region.
public PagedList<T> listByRegion(Region region)
参数
- region
- Region
the selected Azure region
返回
PagedList<T>
list of resources
listByRegion(String regionName)
List all the resources of the specified type in the specified region.
public PagedList<T> listByRegion(String regionName)
参数
- regionName
- String
the name of an Azure region
返回
PagedList<T>
list of resources