ICertificateOperations.ListByBatchAccountWithHttpMessagesAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This operation is deprecated. Please do not use it any longer.
Répertorie tous les certificats dans le compte spécifié.
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Certificate>>> ListByBatchAccountWithHttpMessagesAsync (string resourceGroupName, string accountName, int? maxresults = default, string select = default, string filter = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
abstract member ListByBatchAccountWithHttpMessagesAsync : string * string * Nullable<int> * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Certificate>>>
Public Function ListByBatchAccountWithHttpMessagesAsync (resourceGroupName As String, accountName As String, Optional maxresults As Nullable(Of Integer) = Nothing, Optional select As String = Nothing, Optional filter As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Certificate)))
Paramètres
- resourceGroupName
- String
Nom du groupe de ressources qui contient le compte Batch.
- accountName
- String
Le nom du compte Batch.
- select
- String
Liste séparée par des virgules des propriétés qui doivent être retournées. Par exemple, « properties/provisioningState ». Seules les propriétés de niveau supérieur sous propriétés/ sont valides pour la sélection.
- filter
- String
Expression de filtre OData. Les propriétés valides pour le filtrage sont « properties/provisioningState », « properties/provisioningStateTransitionTime », « name ».
- customHeaders
- Dictionary<String,List<String>>
En-têtes qui seront ajoutés à la demande.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
- Attributs
Exceptions
Levée lorsque l’opération a retourné un code status non valide
Levée lorsque la réponse ne peut pas être désérialisée
Levée lorsqu’un paramètre requis a la valeur Null
Remarques
Avertissement : cette opération est déconseillée et sera supprimée après février 2024. Utilisez l'[Extension Azure KeyVault](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) à la place.
S’applique à
Azure SDK for .NET