你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CertificateOperationsExtensions.List 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This operation is deprecated. Please do not use it any longer.
列出已添加到指定帐户的所有证书。
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.Certificate> List(this Microsoft.Azure.Batch.Protocol.ICertificateOperations operations, Microsoft.Azure.Batch.Protocol.Models.CertificateListOptions certificateListOptions = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member List : Microsoft.Azure.Batch.Protocol.ICertificateOperations * Microsoft.Azure.Batch.Protocol.Models.CertificateListOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.Certificate>
<Extension()>
Public Function List (operations As ICertificateOperations, Optional certificateListOptions As CertificateListOptions = Nothing) As IPage(Of Certificate)
参数
- operations
- ICertificateOperations
此扩展方法的操作组。
- certificateListOptions
- CertificateListOptions
操作的其他参数
返回
- 属性
注解
警告:此操作已弃用,将在 2024 年 2 月之后删除。 请改用 [Azure KeyVault 扩展] (https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) 。