CertificatesOperationsExtensions.ListByIotHub Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET