Uses of Class
com.azure.resourcemanager.authorization.models.ApplicationAccountType
-
Packages that use ApplicationAccountType Package Description com.azure.resourcemanager.authorization.models Package containing the data models for AuthorizationManagementClient. -
-
Uses of ApplicationAccountType in com.azure.resourcemanager.authorization.models
Fields in com.azure.resourcemanager.authorization.models declared as ApplicationAccountType Modifier and Type Field Description static ApplicationAccountTypeApplicationAccountType. AZURE_AD_AND_PERSONAL_MICROSOFT_ACCOUNTUsers with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.static ApplicationAccountTypeApplicationAccountType. AZURE_AD_MULTIPLE_ORGSUsers with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).static ApplicationAccountTypeApplicationAccountType. AZURE_AD_MY_ORGUsers with a Microsoft work or school account in my organization’s Azure AD tenant (single tenant)static ApplicationAccountTypeApplicationAccountType. PERSONAL_MICROSOFT_ACCOUNTUsers with a personal Microsoft account only.Methods in com.azure.resourcemanager.authorization.models that return ApplicationAccountType Modifier and Type Method Description ApplicationAccountTypeActiveDirectoryApplication. accountType()static ApplicationAccountTypeApplicationAccountType. fromString(String name)Creates or finds a ApplicationAccountType from its string representation.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type ApplicationAccountType Modifier and Type Method Description static Collection<ApplicationAccountType>ApplicationAccountType. values()Methods in com.azure.resourcemanager.authorization.models with parameters of type ApplicationAccountType Modifier and Type Method Description ActiveDirectoryApplication.DefinitionStages.WithCreateActiveDirectoryApplication.DefinitionStages.WithAccountType. withAccountType(ApplicationAccountType accountType)Specifies the application account type.ActiveDirectoryApplication.UpdateActiveDirectoryApplication.UpdateStages.WithAccountType. withAccountType(ApplicationAccountType accountType)Specifies the application account type.
-