java.lang.Object
com.azure.core.util.ExpandableStringEnum<AuthType>
com.azure.resourcemanager.recoveryservices.models.AuthType

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

    • INVALID

      public static final AuthType INVALID
      Static value Invalid for AuthType.
    • ACS

      public static final AuthType ACS
      Static value ACS for AuthType.
    • AAD

      public static final AuthType AAD
      Static value AAD for AuthType.
    • ACCESS_CONTROL_SERVICE

      public static final AuthType ACCESS_CONTROL_SERVICE
      Static value AccessControlService for AuthType.
    • AZURE_ACTIVE_DIRECTORY

      public static final AuthType AZURE_ACTIVE_DIRECTORY
      Static value AzureActiveDirectory for AuthType.
  • Constructor Details

    • AuthType

      public AuthType()
  • Method Details

    • fromString

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

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