PrivateEndpointConnection.GroupIds Property

Definition

Gets the group id of the private endpoint connection.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The value has one and only one group id.

Applies to