Class ContainerType


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

      • STORAGE_INITIALIZER

        public static final ContainerType STORAGE_INITIALIZER
        Static value StorageInitializer for ContainerType.
      • INFERENCE_SERVER

        public static final ContainerType INFERENCE_SERVER
        Static value InferenceServer for ContainerType.
    • Constructor Detail

      • ContainerType

        public ContainerType()
    • Method Detail

      • fromString

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

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