PrivateLinkResource.GroupId Property

Definition

Gets the group id of the private link resource.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The group id is used to establish the private link connection.

Applies to