次の方法で共有


ApiManagementServiceUpdateParameters.PrivateEndpointConnections プロパティ

定義

このサービスのプライベート エンドポイント接続の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.privateEndpointConnections")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper> PrivateEndpointConnections { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.privateEndpointConnections")>]
member this.PrivateEndpointConnections : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper> with get, set
Public Property PrivateEndpointConnections As IList(Of RemotePrivateEndpointConnectionWrapper)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象