Uses of Class
com.azure.resourcemanager.authorization.models.UserType
Packages that use UserType
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of UserType in com.azure.resourcemanager.authorization.models
Fields in com.azure.resourcemanager.authorization.models declared as UserTypeModifier and TypeFieldDescriptionstatic final UserTypeUserType.GROUPStatic value Group for UserType.static final UserTypeUserType.USERStatic value User for UserType.Methods in com.azure.resourcemanager.authorization.models that return UserTypeModifier and TypeMethodDescriptionstatic UserTypeUserType.fromString(String name) Creates or finds a UserType from its string representation.UserSet.userType()Get the userType property: The type of user.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type UserTypeModifier and TypeMethodDescriptionstatic Collection<UserType>UserType.values()Gets known UserType values.Methods in com.azure.resourcemanager.authorization.models with parameters of type UserTypeModifier and TypeMethodDescriptionUserSet.withUserType(UserType userType) Set the userType property: The type of user.