IWebAppMajorVersion.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.IWebAppMinorVersion) }, Read=true, ReadOnly=true, Required=false, SerializedName="minorVersions", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IWebAppMinorVersion> 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.IWebAppMinorVersion) }, Read=true, ReadOnly=true, Required=false, SerializedName="minorVersions", Update=false)>]
member this.MinorVersion : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IWebAppMinorVersion>
Public ReadOnly Property MinorVersion As List(Of IWebAppMinorVersion)

Property Value

Attributes

Applies to