PrivateEndpointConnection.GroupIds 속성

정의

프라이빗 엔드포인트 연결의 그룹 ID를 가져옵니다.

[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

설명

값에는 그룹 ID가 하나만 있습니다.

적용 대상