Partager via


WorkerType Struct

Definition

Argument completer implementation for WorkerTypeOptions.

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

Methods

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

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

Applies to