IWebAppMajorVersion.MinorVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.IWebAppMinorVersion) }, ReadOnly=true, Required=false, SerializedName="minorVersions")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWebAppMinorVersion[] 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.IWebAppMinorVersion) }, ReadOnly=true, Required=false, SerializedName="minorVersions")>]
member this.MinorVersion : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWebAppMinorVersion[]
Public ReadOnly Property MinorVersion As IWebAppMinorVersion()
Property Value
- Attributes