Share via


IFunctionAppRuntimes.LinuxRuntimeSettingSupportedFunctionsExtensionVersion Property

Definition

List of supported Functions extension versions.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of supported Functions extension versions.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="supportedFunctionsExtensionVersions")]
public string[] LinuxRuntimeSettingSupportedFunctionsExtensionVersion { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of supported Functions extension versions.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="supportedFunctionsExtensionVersions")>]
member this.LinuxRuntimeSettingSupportedFunctionsExtensionVersion : string[]
Public ReadOnly Property LinuxRuntimeSettingSupportedFunctionsExtensionVersion As String()

Property Value

String[]
Attributes

Applies to