Compartilhar via


AvailablePlanType Struct

Definition

Argument completer implementation for PlanTypeOptions.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AvailablePlanType))]
public struct AvailablePlanType : System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AvailablePlanType))>]
type AvailablePlanType = struct
    interface IArgumentCompleter
Public Structure AvailablePlanType
Implements IArgumentCompleter
Inheritance
AvailablePlanType
Attributes
Implements

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Applies to