IReportManifest.DataFormat 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.
The data format of the report
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The data format of the report", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.CostDetailsDataFormat) }, ReadOnly=false, Required=false, SerializedName="dataFormat")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.CostDetailsDataFormat? DataFormat { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The data format of the report", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.CostDetailsDataFormat) }, ReadOnly=false, Required=false, SerializedName="dataFormat")>]
member this.DataFormat : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.CostDetailsDataFormat> with get, set
Public Property DataFormat As Nullable(Of CostDetailsDataFormat)
Property Value
- Attributes