Class ApplicationAccountType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ApplicationAccountType>
com.azure.resourcemanager.authorization.models.ApplicationAccountType
public final class ApplicationAccountType
extends com.azure.core.util.ExpandableStringEnum<ApplicationAccountType>
Defines values for Application Account Type
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ApplicationAccountTypeUsers with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.static final ApplicationAccountTypeUsers with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).static final ApplicationAccountTypeUsers with a Microsoft work or school account in my organization’s Azure AD tenant (single tenant)static final ApplicationAccountTypeUsers with a personal Microsoft account only. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ApplicationAccountTypefromString(String name) Creates or finds a ApplicationAccountType from its string representation.static Collection<ApplicationAccountType>values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AZURE_AD_MY_ORG
Users with a Microsoft work or school account in my organization’s Azure AD tenant (single tenant) -
AZURE_AD_MULTIPLE_ORGS
Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant). -
AZURE_AD_AND_PERSONAL_MICROSOFT_ACCOUNT
Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant. -
PERSONAL_MICROSOFT_ACCOUNT
Users with a personal Microsoft account only.
-
-
Constructor Details
-
ApplicationAccountType
public ApplicationAccountType()
-
-
Method Details
-
fromString
Creates or finds a ApplicationAccountType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ApplicationAccountType.
-
values
- Returns:
- known ApplicationAccountType values.
-