IForecastProperties.Column 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.
Array of columns
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="Array of columns", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastColumn) }, ReadOnly=false, Required=false, SerializedName="columns")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastColumn[] Column { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="Array of columns", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastColumn) }, ReadOnly=false, Required=false, SerializedName="columns")>]
member this.Column : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastColumn[] with get, set
Public Property Column As IForecastColumn()
Property Value
- Attributes