Share via


TriggerPropertiesRecurrence Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.TriggerPropertiesRecurrenceTypeConverter))]
public class TriggerPropertiesRecurrence : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ITriggerPropertiesRecurrence, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.TriggerPropertiesRecurrenceTypeConverter))>]
type TriggerPropertiesRecurrence = class
    interface ITriggerPropertiesRecurrence
    interface IJsonSerializable
    interface ITriggerRecurrence
    interface IValidates
Public Class TriggerPropertiesRecurrence
Implements ITriggerPropertiesRecurrence, IValidates
Inheritance
TriggerPropertiesRecurrence
Attributes
Implements

Constructors

TriggerPropertiesRecurrence()

Creates an new TriggerPropertiesRecurrence instance.

Properties

EndTime
Frequency
Interval
Schedule
ScheduleAdditionalProperty
ScheduleHour
ScheduleMinute
ScheduleMonthDay
ScheduleMonthlyOccurrence
ScheduleWeekDay
StartTime
TimeZone

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TriggerPropertiesRecurrence.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TriggerPropertiesRecurrence.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ITriggerPropertiesRecurrence.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TriggerPropertiesRecurrence into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to