ExportDefinition Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.ExportDefinitionTypeConverter))]
public class ExportDefinition : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IExportDefinition, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IExportDefinitionInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.ExportDefinitionTypeConverter))>]
type ExportDefinition = class
interface IExportDefinition
interface IJsonSerializable
interface IExportDefinitionInternal
Public Class ExportDefinition
Implements IExportDefinition, IExportDefinitionInternal
- Inheritance
-
ExportDefinition
- Attributes
- Implements
Constructors
ExportDefinition() |
Properties
ConfigurationColumn | |
DataSetGranularity | |
Timeframe | |
TimePeriodFrom | |
TimePeriodTo | |
Type |
Methods
DeserializeFromDictionary(IDictionary) | |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) | |
FromJsonString(String) | |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() | |
ToString() |
Explicit Interface Implementations
IExportDefinitionInternal.DataSet | |
IExportDefinitionInternal.DataSetConfiguration | |
IExportDefinitionInternal.TimePeriod |