ISolutionPatchRequestBody.Section 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.
List of section object.
[Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Description="List of section object.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.Api20240301Preview.ISection) }, ReadOnly=true, Required=false, SerializedName="sections")]
public Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.Api20240301Preview.ISection[] Section { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Description="List of section object.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.Api20240301Preview.ISection) }, ReadOnly=true, Required=false, SerializedName="sections")>]
member this.Section : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.Api20240301Preview.ISection[]
Public ReadOnly Property Section As ISection()
Property Value
ISection[]
- Attributes