Udostępnij za pośrednictwem


ICertificateOperations.ListByBatchAccountWithHttpMessagesAsync Metoda

Definicja

Przestroga

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

Wyświetla listę wszystkich certyfikatów na określonym koncie.

[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Certificate>>> ListByBatchAccountWithHttpMessagesAsync (string resourceGroupName, string accountName, int? maxresults = default, string select = default, string filter = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
abstract member ListByBatchAccountWithHttpMessagesAsync : string * string * Nullable<int> * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Certificate>>>
Public Function ListByBatchAccountWithHttpMessagesAsync (resourceGroupName As String, accountName As String, Optional maxresults As Nullable(Of Integer) = Nothing, Optional select As String = Nothing, Optional filter As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Certificate)))

Parametry

resourceGroupName
String

Nazwa grupy zasobów zawierającej konto usługi Batch.

accountName
String

Nazwa konta usługi Batch.

maxresults
Nullable<Int32>

Maksymalna liczba elementów do zwrócenia w odpowiedzi.

select
String

Rozdzielona przecinkami lista właściwości, które powinny zostać zwrócone. np. "properties/provisioningState". Tylko właściwości najwyższego poziomu w obszarze właściwości/są prawidłowe dla zaznaczenia.

filter
String

Wyrażenie filtru OData. Prawidłowe właściwości filtrowania to "properties/provisioningState", "properties/provisioningStateTransitionTime", "name".

customHeaders
Dictionary<String,List<String>>

Nagłówki, które zostaną dodane do żądania.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Atrybuty

Wyjątki

Zgłaszany, gdy operacja zwróciła nieprawidłowy kod stanu

Zgłaszany, gdy nie można wykonać deserializacji odpowiedzi

Zgłaszany, gdy wymagany parametr ma wartość null

Uwagi

Ostrzeżenie: Ta operacja jest przestarzała i zostanie usunięta po lutym 2024 r. Użyj rozszerzenia [Azure KeyVault](https://zcusa.951200.xyz/azure/batch/batch-certificate-migration-guide) zamiast tego.

Dotyczy