Share via


SkuType Struct

Definition

Argument completer implementation for SkuOptions.

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

Methods

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

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

Applies to