Delen via


CertificateOperationsExtensions.ListByBatchAccount Methode

Definitie

Waarschuwing

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

Een lijst met alle certificaten in het opgegeven account.

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

Parameters

operations
ICertificateOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

De naam van de resourcegroep die het Batch-account bevat.

accountName
String

De naam van het Batch-account.

maxresults
Nullable<Int32>

Het maximum aantal items dat in het antwoord moet worden geretourneerd.

select
String

Door komma's gescheiden lijst met eigenschappen die moeten worden geretourneerd. bijvoorbeeld 'properties/provisioningState'. Alleen eigenschappen op het hoogste niveau onder eigenschappen/ zijn geldig voor selectie.

filter
String

OData-filterexpressie. Geldige eigenschappen voor filteren zijn 'properties/provisioningState', 'properties/provisioningStateTransitionTime', 'name'.

Retouren

Kenmerken

Opmerkingen

Waarschuwing: deze bewerking is afgeschaft en wordt na februari 2024 verwijderd. Gebruik in plaats daarvan de [Azure KeyVault-extensie](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) .

Van toepassing op