Class AuthenticationType

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

public final class AuthenticationType extends com.azure.core.util.ExpandableStringEnum<AuthenticationType>
Property to select authentication type to access the selected storage account. Available options: SystemAssignedIdentity, UserAssignedIdentity, StorageAccountConnectionString.
  • Field Details

    • SYSTEM_ASSIGNED_IDENTITY

      public static final AuthenticationType SYSTEM_ASSIGNED_IDENTITY
      Static value SystemAssignedIdentity for AuthenticationType.
    • USER_ASSIGNED_IDENTITY

      public static final AuthenticationType USER_ASSIGNED_IDENTITY
      Static value UserAssignedIdentity for AuthenticationType.
    • STORAGE_ACCOUNT_CONNECTION_STRING

      public static final AuthenticationType STORAGE_ACCOUNT_CONNECTION_STRING
      Static value StorageAccountConnectionString 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.