Source: azure.microsoft.com

Completers in Azure PowerShell

Category: Azure

Since version 3.0, PowerShell has supported applying argument completers to cmdlet parameters. These argument completers allow you to tab through a set of values that are valid for the parameter.

Related Articles