다음을 통해 공유


PrivateLinkResource.GroupId 속성

정의

프라이빗 링크 리소스의 그룹 ID를 가져옵니다.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.groupId")]
public string GroupId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.groupId")>]
member this.GroupId : string
Public ReadOnly Property GroupId As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

그룹 ID는 프라이빗 링크 연결을 설정하는 데 사용됩니다.

적용 대상