Megosztás a következőn keresztül:


IFunctionsRuntime.Name 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? Name { 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.Name : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RuntimeName> with get, set
Public Property Name As Nullable(Of RuntimeName)

Property Value

Attributes

Applies to