Share via


IExport.DefinitionType Property

Definition

The type of the export. Note that 'Usage' is equivalent to 'ActualCost' and is applicable to exports that do not yet provide data for charges or amortization for service reservations.

[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The type of the export. Note that 'Usage' is equivalent to 'ActualCost' and is applicable to exports that do not yet provide data for charges or amortization for service reservations.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExportType) }, ReadOnly=false, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExportType? DefinitionType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The type of the export. Note that 'Usage' is equivalent to 'ActualCost' and is applicable to exports that do not yet provide data for charges or amortization for service reservations.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExportType) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.DefinitionType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExportType> with get, set
Public Property DefinitionType As Nullable(Of ExportType)

Property Value

Attributes

Applies to