共用方式為


ICertificateOperations.ListByBatchAccountWithHttpMessagesAsync 方法

定義

警告

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

參數

resourceGroupName
String

包含 Batch 帳戶的資源群組名稱。

accountName
String

Batch 帳戶的名稱。

maxresults
Nullable<Int32>

回應中要傳回的專案數目上限。

select
String

應該傳回的屬性逗號分隔清單。 例如「properties/provisioningState」。 只有屬性/ 下的最上層屬性才適用于選取範圍。

filter
String

OData 篩選運算式。 篩選的有效屬性為 「properties/provisioningState」、「properties/provisioningStateTransitionTime」、「name」。

customHeaders
Dictionary<String,List<String>>

將新增至要求的標頭。

cancellationToken
CancellationToken

取消語彙基元。

傳回

屬性

例外狀況

當作業傳回不正確狀態碼時擲回

無法還原序列化回應時擲回

當必要參數為 Null 時擲回

備註

警告:此作業已被取代,將在 2024 年 2 月之後移除。 請改用 [Azure KeyVault 擴充功能] (https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) 。

適用於