Module.ArgumentCompleter 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.
Gets completion data for azure specific fields
public Func<string,System.Management.Automation.InvocationInfo,string,string[],string[],string[]> ArgumentCompleter { get; set; }
member this.ArgumentCompleter : Func<string, System.Management.Automation.InvocationInfo, string, string[], string[], string[]> with get, set
Public Property ArgumentCompleter As Func(Of String, InvocationInfo, String, String(), String(), String())