ITriggerRecurrenceSchedule Interface
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 interface ITriggerRecurrenceSchedule : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IRecurrenceSchedule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.TriggerRecurrenceScheduleTypeConverter))>]
type ITriggerRecurrenceSchedule = interface
interface IJsonSerializable
interface IRecurrenceSchedule
Public Interface ITriggerRecurrenceSchedule
Implements IRecurrenceSchedule
- Derived
- Attributes
- Implements
Properties
AdditionalProperty | (Inherited from IRecurrenceSchedule) |
Hour | (Inherited from IRecurrenceSchedule) |
Minute | (Inherited from IRecurrenceSchedule) |
MonthDay | (Inherited from IRecurrenceSchedule) |
MonthlyOccurrence | (Inherited from IRecurrenceSchedule) |
WeekDay | (Inherited from IRecurrenceSchedule) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |