TriggerRecurrenceSchedule 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.TriggerRecurrenceScheduleTypeConverter))]
public class TriggerRecurrenceSchedule : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ITriggerRecurrenceSchedule, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.TriggerRecurrenceScheduleTypeConverter))>]
type TriggerRecurrenceSchedule = class
interface ITriggerRecurrenceSchedule
interface IJsonSerializable
interface IRecurrenceSchedule
interface IValidates
Public Class TriggerRecurrenceSchedule
Implements ITriggerRecurrenceSchedule, IValidates
- Inheritance
-
TriggerRecurrenceSchedule
- Attributes
- Implements
Constructors
TriggerRecurrenceSchedule() |
Creates an new TriggerRecurrenceSchedule instance. |
Properties
AdditionalProperty | |
Hour | |
Minute | |
MonthDay | |
MonthlyOccurrence | |
WeekDay |
Methods
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.Api20211001Preview.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. |