Share via


IFunctionAppStack.MajorVersion Property

Definition

List of major versions available.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of major versions available.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionAppMajorVersion) }, ReadOnly=true, Required=false, SerializedName="majorVersions")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionAppMajorVersion[] MajorVersion { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of major versions available.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionAppMajorVersion) }, ReadOnly=true, Required=false, SerializedName="majorVersions")>]
member this.MajorVersion : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionAppMajorVersion[]
Public ReadOnly Property MajorVersion As IFunctionAppMajorVersion()

Property Value

Attributes

Applies to