IExportDefinition.Timeframe 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=true, SerializedName="timeframe")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.TimeframeType Timeframe { 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=true, SerializedName="timeframe")>]
member this.Timeframe : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.TimeframeType with get, set
Public Property Timeframe As TimeframeType
Property Value
- Attributes