Share via


CertificateOperationsExtensions.ListByBatchAccountNext Method

Definition

Caution

This operation is deprecated. Please do not use it any longer.

Lists all of the certificates in the specified account.

[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Certificate> ListByBatchAccountNext (this Microsoft.Azure.Management.Batch.ICertificateOperations operations, string nextPageLink);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member ListByBatchAccountNext : Microsoft.Azure.Management.Batch.ICertificateOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Certificate>
<Extension()>
Public Function ListByBatchAccountNext (operations As ICertificateOperations, nextPageLink As String) As IPage(Of Certificate)

Parameters

operations
ICertificateOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Attributes

Remarks

Warning: This operation is deprecated and will be removed after February, 2024. Please use the [Azure KeyVault Extension](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) instead.

Applies to