CertificateOperations.ListCertificates メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.
警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。 Batch アカウントの 証明書 を列挙します。
[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.IPagedEnumerable<Microsoft.Azure.Batch.Certificate> ListCertificates(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.ListCertificates : Microsoft.Azure.Batch.DetailLevel * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> Microsoft.Azure.Batch.IPagedEnumerable<Microsoft.Azure.Batch.Certificate>
Public Function ListCertificates (Optional detailLevel As DetailLevel = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing) As IPagedEnumerable(Of Certificate)
パラメーター
- detailLevel
- DetailLevel
DetailLevelリストのフィルター処理と、サービスから取得するプロパティの制御に使用される 。
- additionalBehaviors
- IEnumerable<BatchClientBehavior>
と detailLevel
の後の BatchClientBehavior Batch サービス要求に適用されるインスタンスのCustomBehaviorsコレクション。
戻り値
IPagedEnumerable<T>証明書を非同期または同期的に列挙するために使用できる 。
- 属性
注釈
このメソッドは直ちに を返します。証明書は、コレクションが列挙されている場合にのみ Batch サービスから取得されます。 取得は非アトミックです。証明書は、コレクションの列挙中にページで取得されます。
適用対象
Azure SDK for .NET