Class MsaAppType


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

      • 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 Detail

      • MsaAppType

        public MsaAppType()
    • Method Detail

      • 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.