Sdílet prostřednictvím


CertificateOperationsExtensions.ListByBatchAccountAsync Metoda

Definice

Upozornění

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

Zobrazí seznam všech certifikátů v zadaném účtu.

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

Parametry

operations
ICertificateOperations

Skupina operací pro tuto rozšiřující metodu.

resourceGroupName
String

Název skupiny prostředků, která obsahuje účet Batch.

accountName
String

Název účtu Batch.

maxresults
Nullable<Int32>

Maximální počet položek, které se mají v odpovědi vrátit.

select
String

Čárkami oddělený seznam vlastností, které by se měly vrátit. např. "properties/provisioningState". Pro výběr jsou platné pouze vlastnosti nejvyšší úrovně v rámci properties/ .

filter
String

Výraz filtru OData. Platné vlastnosti pro filtrování jsou "properties/provisioningState", "properties/provisioningStateTransitionTime", "name".

cancellationToken
CancellationToken

Token zrušení.

Návraty

Atributy

Poznámky

Upozornění: Tato operace je zastaralá a po únoru 2024 se odebere. Místo toho použijte [rozšíření Azure KeyVault](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) .

Platí pro