IStackMajorVersion.MinorVersion Property

Definition

Minor versions associated with the major version.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Minor versions associated with the major version.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IStackMinorVersion) }, Read=true, ReadOnly=false, Required=false, SerializedName="minorVersions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IStackMinorVersion> MinorVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Minor versions associated with the major version.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IStackMinorVersion) }, Read=true, ReadOnly=false, Required=false, SerializedName="minorVersions", Update=true)>]
member this.MinorVersion : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IStackMinorVersion> with get, set
Public Property MinorVersion As List(Of IStackMinorVersion)

Property Value

Attributes

Applies to