CertificateOperations.GetCertificate メソッド

定義

注意事項

This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。 指定した Certificate を取得します。

[System.Obsolete("This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.", false)]
public Microsoft.Azure.Batch.Certificate GetCertificate (string thumbprintAlgorithm, string thumbprint, Microsoft.Azure.Batch.DetailLevel detailLevel = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
[<System.Obsolete("This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.", false)>]
member this.GetCertificate : string * string * Microsoft.Azure.Batch.DetailLevel * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> Microsoft.Azure.Batch.Certificate
Public Function GetCertificate (thumbprintAlgorithm As String, thumbprint As String, Optional detailLevel As DetailLevel = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing) As Certificate

パラメーター

thumbprintAlgorithm
String

パラメーターの派生に使用される thumbprint アルゴリズム。 これは sha1 である必要があります。

thumbprint
String

取得する証明書の拇印。

detailLevel
DetailLevel

DetailLevelサービスから取得されるプロパティを制御するために使用される 。

additionalBehaviors
IEnumerable<BatchClientBehavior>

detailLevelの後の BatchClientBehavior Batch サービス要求に適用されるインスタンスのCustomBehaviorsコレクション。

戻り値

Certificate Azure Batch アカウント内の指定した証明書に関する情報を格納している 。

属性

注釈

これはブロック操作です。 非ブロッキングに相当するものについては、「」を参照してください GetCertificateAsync(String, String, DetailLevel, IEnumerable<BatchClientBehavior>, CancellationToken)

適用対象