次の方法で共有


SBNamespaceUpdateParameters.PrivateEndpointConnections プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象