Class ScheduleTriggerTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.ScheduleTriggerTypeProperties

public final class ScheduleTriggerTypeProperties extends Object
Schedule Trigger properties.
  • Constructor Details

    • ScheduleTriggerTypeProperties

      public ScheduleTriggerTypeProperties()
  • Method Details

    • recurrence

      public ScheduleTriggerRecurrence recurrence()
      Get the recurrence property: Recurrence schedule configuration.
      Returns:
      the recurrence value.
    • withRecurrence

      public ScheduleTriggerTypeProperties withRecurrence(ScheduleTriggerRecurrence recurrence)
      Set the recurrence property: Recurrence schedule configuration.
      Parameters:
      recurrence - the recurrence value to set.
      Returns:
      the ScheduleTriggerTypeProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.