Class HostnameType


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

      • PROXY

        public static final HostnameType PROXY
        Static value Proxy for HostnameType.
      • PORTAL

        public static final HostnameType PORTAL
        Static value Portal for HostnameType.
      • MANAGEMENT

        public static final HostnameType MANAGEMENT
        Static value Management for HostnameType.
      • SCM

        public static final HostnameType SCM
        Static value Scm for HostnameType.
      • DEVELOPER_PORTAL

        public static final HostnameType DEVELOPER_PORTAL
        Static value DeveloperPortal for HostnameType.
    • Constructor Detail

      • HostnameType

        public HostnameType()
    • Method Detail

      • fromString

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