java.lang.Object
com.azure.core.util.ExpandableStringEnum<HostingModel>
com.azure.resourcemanager.cognitiveservices.models.HostingModel

public final class HostingModel extends com.azure.core.util.ExpandableStringEnum<HostingModel>
Defines values for HostingModel.
  • Field Details

    • WEB

      public static final HostingModel WEB
      Static value Web for HostingModel.
    • CONNECTED_CONTAINER

      public static final HostingModel CONNECTED_CONTAINER
      Static value ConnectedContainer for HostingModel.
    • DISCONNECTED_CONTAINER

      public static final HostingModel DISCONNECTED_CONTAINER
      Static value DisconnectedContainer for HostingModel.
  • Constructor Details

    • HostingModel

      public HostingModel()
  • Method Details

    • fromString

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

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