java.lang.Object
com.azure.core.util.ExpandableStringEnum<MsaAppType>
com.azure.resourcemanager.botservice.models.MsaAppType

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

    • USER_ASSIGNED_MSI

      public static final MsaAppType USER_ASSIGNED_MSI
      Static value UserAssignedMSI for MsaAppType.
    • SINGLE_TENANT

      public static final MsaAppType SINGLE_TENANT
      Static value SingleTenant for MsaAppType.
    • MULTI_TENANT

      public static final MsaAppType MULTI_TENANT
      Static value MultiTenant for MsaAppType.
  • Constructor Details

    • MsaAppType

      public MsaAppType()
  • Method Details

    • fromString

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

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