IFunctionAppConfig.RuntimeName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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