共用方式為


PrivateEndpointConnection.GroupIds 屬性

定義

取得私人端點連線的群組識別碼。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

值只有一個且只有一個群組識別碼。

適用於