次の方法で共有


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 は 1 つだけです。

適用対象