IScriptCmdletProperties.Audience Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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