CertificateOperationsExtensions.Add Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This operation is deprecated. Please do not use it any longer.
Fügt dem angegebenen Konto ein Zertifikat hinzu.
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static Microsoft.Azure.Batch.Protocol.Models.CertificateAddHeaders Add (this Microsoft.Azure.Batch.Protocol.ICertificateOperations operations, Microsoft.Azure.Batch.Protocol.Models.CertificateAddParameter certificate, Microsoft.Azure.Batch.Protocol.Models.CertificateAddOptions certificateAddOptions = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member Add : Microsoft.Azure.Batch.Protocol.ICertificateOperations * Microsoft.Azure.Batch.Protocol.Models.CertificateAddParameter * Microsoft.Azure.Batch.Protocol.Models.CertificateAddOptions -> Microsoft.Azure.Batch.Protocol.Models.CertificateAddHeaders
<Extension()>
Public Function Add (operations As ICertificateOperations, certificate As CertificateAddParameter, Optional certificateAddOptions As CertificateAddOptions = Nothing) As CertificateAddHeaders
Parameter
- operations
- ICertificateOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- certificate
- CertificateAddParameter
Das hinzuzufügende Zertifikat.
- certificateAddOptions
- CertificateAddOptions
Zusätzliche Parameter für den Vorgang
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:
Azure SDK for .NET