你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FunctionAppManagedServiceIdentityCreateType Struct

Definition

Argument completer implementation for PlanTypeOptions.

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

Methods

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

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

Applies to