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

public final class SyncMode extends com.azure.core.util.ExpandableStringEnum<SyncMode>
Backend address synchronous mode for the backend pool.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SyncMode
    Static value Automatic for SyncMode.
    static final SyncMode
    Static value Manual for SyncMode.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

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

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

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class java.lang.Object

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

    • AUTOMATIC

      public static final SyncMode AUTOMATIC
      Static value Automatic for SyncMode.
    • MANUAL

      public static final SyncMode MANUAL
      Static value Manual for SyncMode.
  • Constructor Details

  • Method Details

    • fromString

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

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