Class ConnectionType


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

      • AZURE_DATA_EXPLORER

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

      • ConnectionType

        public ConnectionType()
    • Method Detail

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