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.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