FunctionsRuntime.Name Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RuntimeName? Name { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)>]
member this.Name : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RuntimeName> with get, set
Public Property Name As Nullable(Of RuntimeName)

Property Value

Implements

Attributes

Applies to