Partilhar via


IScriptCmdlet.Audience Property

Definition

Specifies whether a script cmdlet is intended to be invoked only through automation or visible to customers

[Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleter(new System.String[] { "Automation", "Any" })]
[Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=false, Description="Specifies whether a script cmdlet is intended to be invoked only through automation or visible to customers", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="audience", Update=false)]
public string Audience { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleter(new System.String[] { "Automation", "Any" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=false, Description="Specifies whether a script cmdlet is intended to be invoked only through automation or visible to customers", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="audience", Update=false)>]
member this.Audience : string
Public ReadOnly Property Audience As String

Property Value

Attributes

Applies to