Class AuthenticationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AuthenticationType>
com.azure.resourcemanager.mobilenetwork.models.AuthenticationType

public final class AuthenticationType extends com.azure.core.util.ExpandableStringEnum<AuthenticationType>
How to authenticate users who access local diagnostics APIs.
  • Field Details

    • AAD

      public static final AuthenticationType AAD
      Static value AAD for AuthenticationType.
    • PASSWORD

      public static final AuthenticationType PASSWORD
      Static value Password for AuthenticationType.
  • Constructor Details

    • AuthenticationType

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

    • fromString

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

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