CertificateOperationsExtensions.Update 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.
Mises à jour les propriétés d’un certificat existant.
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static Microsoft.Azure.Management.Batch.Models.Certificate Update (this Microsoft.Azure.Management.Batch.ICertificateOperations operations, string resourceGroupName, string accountName, string certificateName, Microsoft.Azure.Management.Batch.Models.CertificateCreateOrUpdateParameters parameters, string ifMatch = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member Update : Microsoft.Azure.Management.Batch.ICertificateOperations * string * string * string * Microsoft.Azure.Management.Batch.Models.CertificateCreateOrUpdateParameters * string -> Microsoft.Azure.Management.Batch.Models.Certificate
<Extension()>
Public Function Update (operations As ICertificateOperations, resourceGroupName As String, accountName As String, certificateName As String, parameters As CertificateCreateOrUpdateParameters, Optional ifMatch As String = Nothing) As Certificate
Paramètres
- operations
- ICertificateOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources qui contient le compte Batch.
- accountName
- String
Le nom du compte Batch.
- certificateName
- String
Identificateur du certificat. Celui-ci doit être composé d’algorithmes et d’empreintes séparées par un tiret et doit correspondre aux données de certificat dans la demande. Par exemple SHA1-a3d1c5.
- parameters
- CertificateCreateOrUpdateParameters
Entité de certificat à mettre à jour.
- ifMatch
- String
Version de l’état de l’entité (ETag) du certificat à mettre à jour. Cette valeur peut être omise ou définie sur « * » pour appliquer l’opération de manière inconditionnelle.
Retours
- Attributs
Remarques
Avertissement : cette opération est déconseillée et sera supprimée après février 2024. Utilisez plutôt [Extension Azure KeyVault](https://zcusa.951200.xyz/azure/batch/batch-certificate-migration-guide) à la place.
S’applique à
Azure SDK for .NET