IAbnormalTimePeriod.Solution 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 proposed solutions
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of proposed solutions", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolution) }, ReadOnly=false, Required=false, SerializedName="solutions")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolution[] Solution { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of proposed solutions", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolution) }, ReadOnly=false, Required=false, SerializedName="solutions")>]
member this.Solution : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolution[] with get, set
Public Property Solution As ISolution()
Property Value
- Attributes