共用方式為


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

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

accountName
String

Batch 帳戶的名稱。

maxresults
Nullable<Int32>

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

select
String

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

filter
String

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

傳回

屬性

備註

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

適用於