ManagementCertificateOperationsExtensions.ListAsync 方法 (IManagementCertificateOperations)
以异步方式列出有关与指定的订阅相关联的管理证书的所有信息。
命名空间: Microsoft.WindowsAzure.Management
程序集: Microsoft.WindowsAzure.Management(Microsoft.WindowsAzure.Management.dll 中)
语法
public static Task<ManagementCertificateListResponse> ListAsync(
this IManagementCertificateOperations operations
)
public:
[ExtensionAttribute]
static Task<ManagementCertificateListResponse^>^ ListAsync(
IManagementCertificateOperations^ operations
)
static member ListAsync :
operations:IManagementCertificateOperations -> Task<ManagementCertificateListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IManagementCertificateOperations
) As Task(Of ManagementCertificateListResponse)
参数
operations
Type: Microsoft.WindowsAzure.Management.IManagementCertificateOperationsIManagementCertificateOperations 指定的操作的对象。
返回值
Type: System.Threading.Tasks.Task<ManagementCertificateListResponse>
ManagementCertificateListResponse 对象,其中包含与订阅相关联的管理证书的列表。
备注
列出管理证书的详细信息,请参阅 List Management Certificates。
请参阅
ManagementCertificateOperationsExtensions 类
Microsoft.WindowsAzure.Management 命名空间
返回页首