Share via


IotHubResourceOperationsExtensions.ListKeys Methode

Definition

Rufen Sie die Sicherheitsmetadaten für einen IoT Hub ab. Weitere Informationen finden Sie unter: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule> ListKeys (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName);
static member ListKeys : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule>
<Extension()>
Public Function ListKeys (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String) As IPage(Of SharedAccessSignatureAuthorizationRule)

Parameter

operations
IIotHubResourceOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den IoT Hub enthält.

resourceName
String

Der Name des IoT-Hubs.

Gibt zurück

Hinweise

Rufen Sie die Sicherheitsmetadaten für einen IoT Hub ab. Weitere Informationen finden Sie unter: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security.

Gilt für: