CertificateOperations.GetCertificateAsync メソッド

定義

注意事項

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 アカウント内の指定した証明書に関する情報を格納している 。

属性

注釈

証明書の取得操作は非同期的に実行されます。

適用対象