IotHubResourceOperationsExtensions.ListKeysNext Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez les métadonnées de sécurité d’un hub IoT. Pour plus d’informations, consultez : https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule> ListKeysNext (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink);
static member ListKeysNext : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.SharedAccessSignatureAuthorizationRule>
<Extension()>
Public Function ListKeysNext (operations As IIotHubResourceOperations, nextPageLink As String) As IPage(Of SharedAccessSignatureAuthorizationRule)
Paramètres
- operations
- IIotHubResourceOperations
Groupe d’opérations pour cette méthode d’extension.
- nextPageLink
- String
NextLink du précédent appel réussi à l’opération List.
Retours
Remarques
Obtenez les métadonnées de sécurité d’un hub IoT. Pour plus d’informations, consultez : https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security.
S’applique à
Azure SDK for .NET