Partager via


SiteProperties.RuntimeName 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.Inlined)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RuntimeName? RuntimeName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)>]
member this.RuntimeName : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RuntimeName> with get, set
Public Property RuntimeName As Nullable(Of RuntimeName)

Property Value

Implements

Attributes

Applies to