CertificateOperationsExtensions.Get 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.
Ruft Informationen zum angegebenen Zertifikat ab.
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static Microsoft.Azure.Batch.Protocol.Models.Certificate Get (this Microsoft.Azure.Batch.Protocol.ICertificateOperations operations, string thumbprintAlgorithm, string thumbprint, Microsoft.Azure.Batch.Protocol.Models.CertificateGetOptions certificateGetOptions = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member Get : Microsoft.Azure.Batch.Protocol.ICertificateOperations * string * string * Microsoft.Azure.Batch.Protocol.Models.CertificateGetOptions -> Microsoft.Azure.Batch.Protocol.Models.Certificate
<Extension()>
Public Function Get (operations As ICertificateOperations, thumbprintAlgorithm As String, thumbprint As String, Optional certificateGetOptions As CertificateGetOptions = Nothing) As Certificate
Parameter
- operations
- ICertificateOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- thumbprintAlgorithm
- String
Der Algorithmus, der zum Ableiten des Fingerabdruckparameters verwendet wird. Dies muss sha1 sein.
- thumbprint
- String
Der Fingerabdruck des abzurufenden Zertifikats.
- certificateGetOptions
- CertificateGetOptions
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