你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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