DateAfterModification 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.
Object to define the number of days after last modification.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter))]
public class DateAfterModification : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterModificationTypeConverter))>]
type DateAfterModification = class
interface IDateAfterModification
interface IJsonSerializable
Public Class DateAfterModification
Implements IDateAfterModification
- Inheritance
-
DateAfterModification
- Attributes
- Implements
Constructors
DateAfterModification() |
Creates an new DateAfterModification instance. |
Properties
DaysAfterModificationGreaterThan |
Value indicating the age in days after last modification |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DateAfterModification. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DateAfterModification. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterModification. |
FromJsonString(String) |
Creates a new instance of DateAfterModification, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DateAfterModification into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |