IExport.Format 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 format of the export being delivered. Currently only 'Csv' is supported.
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The format of the export being delivered. Currently only 'Csv' is supported.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.FormatType) }, ReadOnly=false, Required=false, SerializedName="format")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.FormatType? Format { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The format of the export being delivered. Currently only 'Csv' is supported.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.FormatType) }, ReadOnly=false, Required=false, SerializedName="format")>]
member this.Format : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.FormatType> with get, set
Public Property Format As Nullable(Of FormatType)
Property Value
- Attributes