Partager via


IScriptParameter.Visibility Property

Definition

Should this parameter be visible to arm and passed in the parameters argument when executing

[Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleter(new System.String[] { "Visible", "Hidden" })]
[Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=false, Description="Should this parameter be visible to arm and passed in the parameters argument when executing", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="visibility", Update=false)]
public string Visibility { get; }
[Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleter(new System.String[] { "Visible", "Hidden" })]
[Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=false, Description="Should this parameter be visible to arm and passed in the parameters argument\r\n        when executing", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="visibility", Update=false)]
public string Visibility { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleter(new System.String[] { "Visible", "Hidden" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=false, Description="Should this parameter be visible to arm and passed in the parameters argument when executing", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="visibility", Update=false)>]
member this.Visibility : string
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleter(new System.String[] { "Visible", "Hidden" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=false, Description="Should this parameter be visible to arm and passed in the parameters argument\r\n        when executing", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="visibility", Update=false)>]
member this.Visibility : string
Public ReadOnly Property Visibility As String

Property Value

Attributes

Applies to