IViewProperties.QueryTimeframe Property

Definition

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

Property Value

Attributes

Applies to