AffinityGroupOperationsExtensions.ListAsync 方法 (IAffinityGroupOperations)
以异步方式列出与指定的订阅相关联的地缘组。
命名空间: Microsoft.WindowsAzure.Management
程序集: Microsoft.WindowsAzure.Management(Microsoft.WindowsAzure.Management.dll 中)
语法
public static Task<AffinityGroupListResponse> ListAsync(
this IAffinityGroupOperations operations
)
public:
[ExtensionAttribute]
static Task<AffinityGroupListResponse^>^ ListAsync(
IAffinityGroupOperations^ operations
)
static member ListAsync :
operations:IAffinityGroupOperations -> Task<AffinityGroupListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IAffinityGroupOperations
) As Task(Of AffinityGroupListResponse)
参数
operations
Type: Microsoft.WindowsAzure.Management.IAffinityGroupOperations
返回值
Type: System.Threading.Tasks.Task<AffinityGroupListResponse>
AffinityGroupListResponse 对象,其中包含地缘组的列表。
备注
有关检索地缘组的列表的详细信息,请参阅以下资源:
请参阅
AffinityGroupOperationsExtensions 类
Microsoft.WindowsAzure.Management 命名空间
返回页首