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