Class VNetSolutionType


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

      • SERVICE_ENDPOINT

        public static final VNetSolutionType SERVICE_ENDPOINT
        Static value serviceEndpoint for VNetSolutionType.
      • PRIVATE_LINK

        public static final VNetSolutionType PRIVATE_LINK
        Static value privateLink for VNetSolutionType.
    • Constructor Detail

      • VNetSolutionType

        public VNetSolutionType()
    • Method Detail

      • fromString

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

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