Поделиться через


CertificateOperationsExtensions.ListByBatchAccountNext Метод

Определение

Внимание!

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

Выводит список всех сертификатов в указанной учетной записи.

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

Параметры

operations
ICertificateOperations

Группа операций для этого метода расширения.

nextPageLink
String

NextLink из предыдущего успешного вызова операции List.

Возвращаемое значение

Атрибуты

Комментарии

Предупреждение. Эта операция устарела и будет удалена после февраля 2024 г. Вместо этого используйте [расширение Azure KeyVault](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) .

Применяется к