你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SupportsListingByResourceGroup<T> Interface
Type Parameters
- T
the type of the resources listed.
public interface SupportsListingByResourceGroup
Provides access to listing Azure resources of a specific type in a specific resource group.
(Note this interface is not intended to be implemented by user code.)
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
listByResourceGroup(String resourceGroupName)
Lists resources of the specified type in the specified resource group. |
abstract
Paged |
listByResourceGroupAsync(String resourceGroupName)
Lists resources of the specified type in the specified resource group. |
Method Details
listByResourceGroup
public abstract PagedIterable
Lists resources of the specified type in the specified resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
Lists resources of the specified type in the specified resource group.
Parameters:
Returns: