Class UpstreamAuthType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<UpstreamAuthType>
com.azure.resourcemanager.webpubsub.models.UpstreamAuthType

public final class UpstreamAuthType extends com.azure.core.util.ExpandableStringEnum<UpstreamAuthType>
Upstream auth type enum.
  • Field Details

    • 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 Details

    • UpstreamAuthType

      public UpstreamAuthType()
  • Method Details

    • 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.
    • values

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