IExportExecution.DefinitionTimeframe 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 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