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

CloudServiceInstanceView.PrivateIds 属性

定义

获取指定在内部为云服务生成的唯一标识符的列表。 <br /><br />注意:如果使用 Azure 诊断 扩展,则此属性可用作查询详细信息的“DeploymentId”。

[Newtonsoft.Json.JsonProperty(PropertyName="privateIds")]
public System.Collections.Generic.IList<string> PrivateIds { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="privateIds")>]
member this.PrivateIds : System.Collections.Generic.IList<string>
Public ReadOnly Property PrivateIds As IList(Of String)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于