Class Type


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

      • AZURE_RESOURCE

        public static final Type AZURE_RESOURCE
        Static value AzureResource for Type.
      • CONFLUENT_BOOTSTRAP_SERVER

        public static final Type CONFLUENT_BOOTSTRAP_SERVER
        Static value ConfluentBootstrapServer for Type.
      • CONFLUENT_SCHEMA_REGISTRY

        public static final Type CONFLUENT_SCHEMA_REGISTRY
        Static value ConfluentSchemaRegistry for Type.
      • KEY_VAULT

        public static final Type KEY_VAULT
        Static value KeyVault for Type.
    • Constructor Detail

      • Type

        public Type()
    • Method Detail

      • fromString

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

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