java.lang.Object
com.azure.core.util.ExpandableStringEnum<Schedule>
com.azure.resourcemanager.storage.models.Schedule

public final class Schedule extends com.azure.core.util.ExpandableStringEnum<Schedule>
This is a required field. This field is used to schedule an inventory formation.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Schedule
    Static value Daily for Schedule.
    static final Schedule
    Static value Weekly for Schedule.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Schedule
    Creates or finds a Schedule from its string representation.
    Gets known Schedule values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • DAILY

      public static final Schedule DAILY
      Static value Daily for Schedule.
    • WEEKLY

      public static final Schedule WEEKLY
      Static value Weekly for Schedule.
  • Constructor Details

    • Schedule

      public Schedule()
  • Method Details

    • fromString

      public static Schedule fromString(String name)
      Creates or finds a Schedule from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding Schedule.
    • values

      public static Collection<Schedule> values()
      Gets known Schedule values.
      Returns:
      known Schedule values.