Class Schedule

java.lang.Object
com.azure.core.util.ExpandableStringEnum<Schedule>
com.azure.resourcemanager.storage.models.Schedule
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

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
    Deprecated.
    Use the fromString(String) factory method.
  • 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, getValue, hashCode, toString, values

    Methods inherited from class 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

  • 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.