Class SourceRegistryLoginMode

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SourceRegistryLoginMode>
com.azure.resourcemanager.containerregistry.models.SourceRegistryLoginMode
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class SourceRegistryLoginMode extends com.azure.core.util.ExpandableStringEnum<SourceRegistryLoginMode>
The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run.
  • Field Details

  • Constructor Details

    • SourceRegistryLoginMode

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

    • fromString

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

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