다음을 통해 공유


IotDpsResourceOperationsExtensions.ListKeysNextAsync Method

Definition

Get the security metadata for a provisioning service.

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))

Parameters

operations
IIotDpsResourceOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

List the primary and secondary keys for a provisioning service.

Applies to