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


CertificateOperationsExtensions.ListByBatchAccount Метод

Определение

Внимание!

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> ListByBatchAccount (this Microsoft.Azure.Management.Batch.ICertificateOperations operations, string resourceGroupName, string accountName, int? maxresults = default, string select = default, string filter = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member ListByBatchAccount : Microsoft.Azure.Management.Batch.ICertificateOperations * string * string * Nullable<int> * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Certificate>
<Extension()>
Public Function ListByBatchAccount (operations As ICertificateOperations, resourceGroupName As String, accountName As String, Optional maxresults As Nullable(Of Integer) = Nothing, Optional select As String = Nothing, Optional filter As String = Nothing) As IPage(Of Certificate)

Параметры

operations
ICertificateOperations

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

resourceGroupName
String

Имя группы ресурсов, содержащей учетную запись пакетной службы.

accountName
String

Имя учетной записи пакетной службы.

maxresults
Nullable<Int32>

Максимальное количество элементов, возвращаемых в ответе.

select
String

Разделенный запятыми список свойств, которые должны быть возвращены. Например, "properties/provisioningState". Для выбора допустимы только свойства верхнего уровня в разделе properties/ .

filter
String

Выражение фильтра OData. Допустимые свойства для фильтрации: properties/provisioningState, properties/provisioningStateTransitionTime, name.

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

Атрибуты

Комментарии

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

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