IFunctionAppMajorVersion.MinorVersion Property

Definition

Minor versions associated with the major version.

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

Property Value

Attributes

Applies to