Sdílet prostřednictvím


CertificateOperationsExtensions.ListByBatchAccount 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 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)

Parametry

operations
ICertificateOperations

Skupina operací pro tuto metodu rozšíření.

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í vrátit v odpovědi.

select
String

Seznam vlastností oddělených čárkami, které by měly být vráceny. např. "properties/provisioningState". Pro výběr jsou platné pouze vlastnosti nejvyšší úrovně pod vlastnostmi/ .

filter
String

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

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