次の方法で共有


PrivateEndpoint.ManualPrivateLinkServiceConnections プロパティ

定義

リモート リソースへの接続の一覧を取得または設定します。 設定後は変更できません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象