CertificateOperations.GetCertificate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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)。
適用対象
Azure SDK for .NET