Freigeben über


IotDpsResourceOperationsExtensions.ListKeysNextAsync Methode

Definition

Rufen Sie die Sicherheitsmetadaten für einen Bereitstellungsdienst ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DeviceProvisioningServices.Models.SharedAccessSignatureAuthorizationRuleAccessRightsDescription>> ListKeysNextAsync (this Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListKeysNextAsync : Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DeviceProvisioningServices.Models.SharedAccessSignatureAuthorizationRuleAccessRightsDescription>>
<Extension()>
Public Function ListKeysNextAsync (operations As IIotDpsResourceOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SharedAccessSignatureAuthorizationRuleAccessRightsDescription))

Parameter

operations
IIotDpsResourceOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Auflisten des primären und sekundären Schlüssels für einen Bereitstellungsdienst.

Gilt für: