Dela via


IApplicationStack.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.Api20190801.IStackMajorVersion) }, ReadOnly=false, Required=false, SerializedName="majorVersions")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersion[] MajorVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of major versions available.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersion) }, ReadOnly=false, Required=false, SerializedName="majorVersions")>]
member this.MajorVersion : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersion[] with get, set
Public Property MajorVersion As IStackMajorVersion()

Property Value

Attributes

Applies to