Class TargetServiceType


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

      • AZURE_RESOURCE

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

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

        public static final TargetServiceType CONFLUENT_SCHEMA_REGISTRY
        Static value ConfluentSchemaRegistry for TargetServiceType.
    • Constructor Detail

      • TargetServiceType

        public TargetServiceType()
    • Method Detail

      • fromString

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

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