ExportRecurrencePeriod 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.
The start and end date for recurrence schedule.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ExportRecurrencePeriodTypeConverter))]
public class ExportRecurrencePeriod : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IExportRecurrencePeriod, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IExportRecurrencePeriodInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ExportRecurrencePeriodTypeConverter))>]
type ExportRecurrencePeriod = class
interface IExportRecurrencePeriod
interface IJsonSerializable
interface IExportRecurrencePeriodInternal
Public Class ExportRecurrencePeriod
Implements IExportRecurrencePeriod, IExportRecurrencePeriodInternal
- Inheritance
-
ExportRecurrencePeriod
- Attributes
- Implements
Constructors
ExportRecurrencePeriod() |
Creates an new ExportRecurrencePeriod instance. |
Properties
From |
The start date of recurrence. |
To |
The end date of recurrence. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExportRecurrencePeriod. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExportRecurrencePeriod. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IExportRecurrencePeriod. |
FromJsonString(String) |
Creates a new instance of ExportRecurrencePeriod, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExportRecurrencePeriod into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |