Uses of Class
com.azure.resourcemanager.authorization.models.ApplicationAccountType
Packages that use ApplicationAccountType
Package
Description
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 ApplicationAccountTypeModifier and TypeFieldDescriptionstatic final 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 final ApplicationAccountTypeApplicationAccountType.AZURE_AD_MULTIPLE_ORGSUsers with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).static final ApplicationAccountTypeApplicationAccountType.AZURE_AD_MY_ORGUsers with a Microsoft work or school account in my organization’s Azure AD tenant (single tenant)static final ApplicationAccountTypeApplicationAccountType.PERSONAL_MICROSOFT_ACCOUNTUsers with a personal Microsoft account only.Methods in com.azure.resourcemanager.authorization.models that return ApplicationAccountTypeModifier and TypeMethodDescriptionActiveDirectoryApplication.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 ApplicationAccountTypeModifier and TypeMethodDescriptionstatic Collection<ApplicationAccountType>ApplicationAccountType.values()Methods in com.azure.resourcemanager.authorization.models with parameters of type ApplicationAccountTypeModifier and TypeMethodDescriptionActiveDirectoryApplication.DefinitionStages.WithAccountType.withAccountType(ApplicationAccountType accountType) Specifies the application account type.ActiveDirectoryApplication.UpdateStages.WithAccountType.withAccountType(ApplicationAccountType accountType) Specifies the application account type.