Freigeben über


PlanType Struct

Definition

Argument completer implementation for PlanTypeOptions.

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

Methods

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

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

Applies to