ScriptParameter.Visibility Property

Definition

Gets should this parameter be visible to arm and passed in the parameters argument when executing. Possible values include: 'Visible', 'Hidden'

[Newtonsoft.Json.JsonProperty(PropertyName="visibility")]
public string Visibility { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="visibility")>]
member this.Visibility : string
Public ReadOnly Property Visibility As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to