IExport.DataSetGranularity 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 granularity of rows in the export. Currently only 'Daily' is supported.
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The granularity of rows in the export. Currently only 'Daily' is supported.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.GranularityType) }, ReadOnly=false, Required=false, SerializedName="granularity")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.GranularityType? DataSetGranularity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The granularity of rows in the export. Currently only 'Daily' is supported.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.GranularityType) }, ReadOnly=false, Required=false, SerializedName="granularity")>]
member this.DataSetGranularity : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.GranularityType> with get, set
Public Property DataSetGranularity As Nullable(Of GranularityType)
Property Value
- Attributes