Share via


IExport.DefinitionTimeframe Property

Definition

The time frame for pulling data for the export. If custom, then a specific time period must be provided.

[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The time frame for pulling data for the export. If custom, then a specific time period must be provided.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.TimeframeType) }, ReadOnly=false, Required=false, SerializedName="timeframe")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.TimeframeType? DefinitionTimeframe { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The time frame for pulling data for the export. If custom, then a specific time period must be provided.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.TimeframeType) }, ReadOnly=false, Required=false, SerializedName="timeframe")>]
member this.DefinitionTimeframe : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.TimeframeType> with get, set
Public Property DefinitionTimeframe As Nullable(Of TimeframeType)

Property Value

Attributes

Applies to