IFunctionAppStack.MajorVersion Property

Definition

List of major versions available.

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

Property Value

Attributes

Applies to