CertificatesOperationsExtensions.ListByIotHub Method

Definition

Get the certificate list.

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

Parameters

operations
ICertificatesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the IoT hub.

resourceName
String

The name of the IoT hub.

Returns

Remarks

Returns the list of certificates.

Applies to