Partilhar via


DateAfterCreation Class

Definition

Object to define the number of days after creation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterCreationTypeConverter))]
public class DateAfterCreation : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterCreation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.DateAfterCreationTypeConverter))>]
type DateAfterCreation = class
    interface IDateAfterCreation
    interface IJsonSerializable
Public Class DateAfterCreation
Implements IDateAfterCreation
Inheritance
DateAfterCreation
Attributes
Implements

Constructors

DateAfterCreation()

Creates an new DateAfterCreation instance.

Properties

DaysAfterCreationGreaterThan

Value indicating the age in days after creation

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DateAfterCreation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DateAfterCreation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IDateAfterCreation.

FromJsonString(String)

Creates a new instance of DateAfterCreation, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DateAfterCreation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to