你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SubscriptionServicePrincipalOperationsExtensions.List 方法

定义

列出服务主体操作检索当前订阅中存在的所有服务主体。

public static Microsoft.WindowsAzure.Management.Models.SubscriptionServicePrincipalListResponse List (this Microsoft.WindowsAzure.Management.ISubscriptionServicePrincipalOperations operations);
static member List : Microsoft.WindowsAzure.Management.ISubscriptionServicePrincipalOperations -> Microsoft.WindowsAzure.Management.Models.SubscriptionServicePrincipalListResponse
<Extension()>
Public Function List (operations As ISubscriptionServicePrincipalOperations) As SubscriptionServicePrincipalListResponse

参数

operations
ISubscriptionServicePrincipalOperations

对 Microsoft.WindowsAzure.Management.ISubscriptionServicePrincipalOperations 的引用。

返回

列出服务主体操作响应。

适用于