Uses of Class
com.azure.resourcemanager.authorization.models.MemberType
Packages that use MemberType
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of MemberType in com.azure.resourcemanager.authorization.models
Fields in com.azure.resourcemanager.authorization.models declared as MemberTypeModifier and TypeFieldDescriptionstatic final MemberTypeMemberType.DIRECTStatic value Direct for MemberType.static final MemberTypeMemberType.GROUPStatic value Group for MemberType.static final MemberTypeMemberType.INHERITEDStatic value Inherited for MemberType.Methods in com.azure.resourcemanager.authorization.models that return MemberTypeModifier and TypeMethodDescriptionstatic MemberTypeMemberType.fromString(String name) Creates or finds a MemberType from its string representation.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type MemberTypeModifier and TypeMethodDescriptionstatic Collection<MemberType>MemberType.values()Gets known MemberType values.