Class UpstreamAuthType


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

      • NONE

        public static final UpstreamAuthType NONE
        Static value None for UpstreamAuthType.
      • MANAGED_IDENTITY

        public static final UpstreamAuthType MANAGED_IDENTITY
        Static value ManagedIdentity for UpstreamAuthType.
    • Constructor Detail

      • UpstreamAuthType

        public UpstreamAuthType()
    • Method Detail

      • fromString

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