ISite.RuntimeName Property

Definition

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

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

Property Value

Attributes

Applies to