Condividi tramite


ISite.RuntimeVersion Property

Definition

Function app runtime version. Example: 8 (for dotnet-isolated)

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Function app runtime version. Example: 8 (for dotnet-isolated)", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="version")]
public string RuntimeVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Function app runtime version. Example: 8 (for dotnet-isolated)", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="version")>]
member this.RuntimeVersion : string with get, set
Public Property RuntimeVersion As String

Property Value

Attributes

Applies to