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

CertificatesOperationsExtensions.ListByIotHub 方法

定义

获取证书列表。

public static Microsoft.Azure.Management.IotHub.Models.CertificateListDescription ListByIotHub(this Microsoft.Azure.Management.IotHub.ICertificatesOperations operations, string resourceGroupName, string resourceName);
static member ListByIotHub : Microsoft.Azure.Management.IotHub.ICertificatesOperations * string * string -> Microsoft.Azure.Management.IotHub.Models.CertificateListDescription
<Extension()>
Public Function ListByIotHub (operations As ICertificatesOperations, resourceGroupName As String, resourceName As String) As CertificateListDescription

参数

operations
ICertificatesOperations

此扩展方法的操作组。

resourceGroupName
String

包含 IoT 中心的资源组的名称。

resourceName
String

IoT 中心的名称。

返回

注解

返回证书列表。

适用于