IFunctionAppRuntimeSettings.SiteConfigPropertyDictionaryJavaVersion 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.
JavaVersion configuration setting.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="JavaVersion configuration setting.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="javaVersion")]
public string SiteConfigPropertyDictionaryJavaVersion { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="JavaVersion configuration setting.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="javaVersion")>]
member this.SiteConfigPropertyDictionaryJavaVersion : string
Public ReadOnly Property SiteConfigPropertyDictionaryJavaVersion As String
Property Value
- Attributes