Freigeben über


TriggerRecurrenceSchedule Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.TriggerRecurrenceScheduleTypeConverter))]
public class TriggerRecurrenceSchedule : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.ITriggerRecurrenceSchedule, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.TriggerRecurrenceScheduleTypeConverter))>]
type TriggerRecurrenceSchedule = class
    interface ITriggerRecurrenceSchedule
    interface IJsonSerializable
    interface IRecurrenceSchedule
    interface IValidates
Public Class TriggerRecurrenceSchedule
Implements ITriggerRecurrenceSchedule, IValidates
Inheritance
TriggerRecurrenceSchedule
Attributes
Implements

Constructors

Name Description
TriggerRecurrenceSchedule()

Creates an new TriggerRecurrenceSchedule instance.

Properties

Name Description
AdditionalProperty
Hour
Minute
MonthDay
MonthlyOccurrence
WeekDay

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TriggerRecurrenceSchedule.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TriggerRecurrenceSchedule.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TriggerRecurrenceSchedule into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to