PrivateLinkServiceVisibilityInner.Visible Property

Definition

Gets or sets private Link Service Visibility (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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to