IotDpsResourceOperationsExtensions.ListKeysNext 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 security metadata for a provisioning service.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DeviceProvisioningServices.Models.SharedAccessSignatureAuthorizationRuleAccessRightsDescription> ListKeysNext (this Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations operations, string nextPageLink);
static member ListKeysNext : Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DeviceProvisioningServices.Models.SharedAccessSignatureAuthorizationRuleAccessRightsDescription>
<Extension()>
Public Function ListKeysNext (operations As IIotDpsResourceOperations, nextPageLink As String) As 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.
Returns
Remarks
List the primary and secondary keys for a provisioning service.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET