CertificateOperations.GetCertificateAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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 System.Threading.Tasks.Task<Microsoft.Azure.Batch.Certificate> GetCertificateAsync (string thumbprintAlgorithm, string thumbprint, Microsoft.Azure.Batch.DetailLevel detailLevel = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.", false)>]
member this.GetCertificateAsync : string * string * Microsoft.Azure.Batch.DetailLevel * seq<Microsoft.Azure.Batch.BatchClientBehavior> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Certificate>
Public Function GetCertificateAsync (thumbprintAlgorithm As String, thumbprint As String, Optional detailLevel As DetailLevel = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Certificate)
パラメーター
- thumbprintAlgorithm
- String
パラメーターの派生に使用される thumbprint
アルゴリズム。 これは sha1 である必要があります。
- thumbprint
- String
取得する証明書の拇印。
- detailLevel
- DetailLevel
DetailLevelサービスから取得されるプロパティを制御するために使用される 。
- additionalBehaviors
- IEnumerable<BatchClientBehavior>
と detailLevel
の後の BatchClientBehavior Batch サービス要求に適用されるインスタンスのCustomBehaviorsコレクション。
- cancellationToken
- CancellationToken
CancellationToken非同期操作の有効期間を制御するための 。
戻り値
Certificate Azure Batch アカウント内の指定した証明書に関する情報を格納している 。
- 属性
注釈
証明書の取得操作は非同期的に実行されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET