次の方法で共有


SyncGroup.UsePrivateLinkConnection プロパティ

定義

プライベート リンク接続の使用が有効になっている場合に取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.usePrivateLinkConnection")]
public bool? UsePrivateLinkConnection { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.usePrivateLinkConnection")>]
member this.UsePrivateLinkConnection : Nullable<bool> with get, set
Public Property UsePrivateLinkConnection As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象