Share via


IFunctionAppMajorVersion.MinorVersion Property

Definition

Minor versions associated with the major version.

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

Property Value

Attributes

Applies to