Freigeben über


CertificateOperationsExtensions.ListByBatchAccountAsync Methode

Definition

Achtung

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

Listet alle Zertifikate im angegebenen Konto auf.

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

Parameter

operations
ICertificateOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die das Batch-Konto enthält.

accountName
String

Der Name des Batch-Kontos.

maxresults
Nullable<Int32>

Die maximale Anzahl von Elementen, die in der Antwort zurückgegeben werden sollen.

select
String

Durch Trennzeichen getrennte Liste der Eigenschaften, die zurückgegeben werden sollen. z.B. "properties/provisioningState". Nur Eigenschaften der obersten Ebene unter eigenschaften/ sind für die Auswahl gültig.

filter
String

OData-Filterausdruck. Gültige Eigenschaften zum Filtern sind "properties/provisioningState", "properties/provisioningStateTransitionTime", "name".

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Attribute

Hinweise

Warnung: Dieser Vorgang ist veraltet und wird nach Februar 2024 entfernt. Verwenden Sie stattdessen die [Azure KeyVault-Erweiterung](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) .

Gilt für: