Class OpenAuthenticationProviderType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<OpenAuthenticationProviderType>
com.azure.resourcemanager.logic.models.OpenAuthenticationProviderType

public final class OpenAuthenticationProviderType extends com.azure.core.util.ExpandableStringEnum<OpenAuthenticationProviderType>
Open authentication policy provider type.
  • Field Details

  • Constructor Details

    • OpenAuthenticationProviderType

      @Deprecated public OpenAuthenticationProviderType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of OpenAuthenticationProviderType value.
  • Method Details

    • fromString

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

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