CloudServiceInstanceView.PrivateIds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets specifies a list of unique identifiers generated internally for the cloud service. <br /><br /> NOTE: If you are using Azure Diagnostics extension, this property can be used as 'DeploymentId' for querying details.
[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)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET