ISite.RuntimeName Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Function app runtime name. Available options: dotnet-isolated, node, java, powershell, python, custom", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RuntimeName) }, ReadOnly=false, Required=false, SerializedName="name")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RuntimeName? RuntimeName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Function app runtime name. Available options: dotnet-isolated, node, java, powershell, python, custom", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RuntimeName) }, ReadOnly=false, Required=false, SerializedName="name")>]
member this.RuntimeName : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RuntimeName> with get, set
Public Property RuntimeName As Nullable(Of RuntimeName)

Property Value

Attributes

Applies to