다음을 통해 공유


CloudServiceInstanceView.PrivateIds Property

Definition

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