java.lang.Object
com.azure.core.util.ExpandableStringEnum<Network>
com.azure.resourcemanager.machinelearning.models.Network

public final class Network extends com.azure.core.util.ExpandableStringEnum<Network>
network of this container.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Network
    Static value Bridge for Network.
    static final Network
    Static value Host for Network.
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    static Network
    Creates or finds a Network from its string representation.
    Gets known Network 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

    • BRIDGE

      public static final Network BRIDGE
      Static value Bridge for Network.
    • HOST

      public static final Network HOST
      Static value Host for Network.
  • Constructor Details

  • Method Details

    • fromString

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

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