Class ScheduleAssociationProperty

java.lang.Object
com.azure.resourcemanager.automation.models.ScheduleAssociationProperty

public final class ScheduleAssociationProperty extends Object
The schedule property associated with the entity.
  • Constructor Details

    • ScheduleAssociationProperty

      public ScheduleAssociationProperty()
  • Method Details

    • name

      public String name()
      Get the name property: Gets or sets the name of the Schedule.
      Returns:
      the name value.
    • withName

      public ScheduleAssociationProperty withName(String name)
      Set the name property: Gets or sets the name of the Schedule.
      Parameters:
      name - the name value to set.
      Returns:
      the ScheduleAssociationProperty object itself.
    • validate

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