次の方法で共有


PrivateLinkServiceVisibility.Visible プロパティ

定義

プライベート リンク サービスの可視性 (True/False) を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象