Class ConnectionType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ConnectionType>
com.azure.resourcemanager.digitaltwins.models.ConnectionType

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

    • AZURE_DATA_EXPLORER

      public static final ConnectionType AZURE_DATA_EXPLORER
      Static value AzureDataExplorer for ConnectionType.
  • Constructor Details

    • ConnectionType

      public ConnectionType()
  • Method Details

    • fromString

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

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