Compartilhar via


RuntimeName Struct

Definition

Function app runtime name. Available options: dotnet-isolated, node, java, powershell, python, custom

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

Fields

Custom
DotnetIsolated
Java
Node
Powershell
Python

Methods

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

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

Equals(Object)

Compares values of enum type RuntimeName (override for Object)

Equals(RuntimeName)

Compares values of enum type RuntimeName

GetHashCode()

Returns hashCode for enum RuntimeName

ToString()

Returns string representation for RuntimeName

Operators

Equality(RuntimeName, RuntimeName)

Overriding == operator for enum RuntimeName

Implicit(RuntimeName to String)

Implicit operator to convert RuntimeName to string

Implicit(String to RuntimeName)

Implicit operator to convert string to RuntimeName

Inequality(RuntimeName, RuntimeName)

Overriding != operator for enum RuntimeName

Applies to