你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeleteCertificateError.Values 属性

定义

获取或设置与证书删除错误相关的其他错误详细信息的列表。

[Newtonsoft.Json.JsonProperty(PropertyName="values")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.NameValuePair> Values { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="values")>]
member this.Values : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.NameValuePair> with get, set
Public Property Values As IList(Of NameValuePair)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

此列表包括活动池和引用此证书的计算节点等详细信息。 但是,如果大量资源引用证书,则列表仅包含大约前一百个。

适用于