Uses of Class
com.azure.resourcemanager.authorization.models.AssignmentType
Packages that use AssignmentType
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of AssignmentType in com.azure.resourcemanager.authorization.models
Fields in com.azure.resourcemanager.authorization.models declared as AssignmentTypeModifier and TypeFieldDescriptionstatic final AssignmentTypeAssignmentType.ACTIVATEDStatic value Activated for AssignmentType.static final AssignmentTypeAssignmentType.ASSIGNEDStatic value Assigned for AssignmentType.Methods in com.azure.resourcemanager.authorization.models that return AssignmentTypeModifier and TypeMethodDescriptionstatic AssignmentTypeAssignmentType.fromString(String name) Creates or finds a AssignmentType from its string representation.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type AssignmentTypeModifier and TypeMethodDescriptionstatic Collection<AssignmentType>AssignmentType.values()Gets known AssignmentType values.