Uses of Class
com.azure.resourcemanager.authorization.models.AssignmentType
Packages that use AssignmentType
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
Package containing the data models for AuthorizationManagementClient.
-
Uses of AssignmentType in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return AssignmentTypeModifier and TypeMethodDescriptionRoleAssignmentScheduleInner.assignmentType()Get the assignmentType property: Assignment type of the role assignment schedule.RoleAssignmentScheduleInstanceInner.assignmentType()Get the assignmentType property: Assignment type of the role assignment schedule.RoleAssignmentScheduleInstanceProperties.assignmentType()Get the assignmentType property: Assignment type of the role assignment schedule.RoleAssignmentScheduleProperties.assignmentType()Get the assignmentType property: Assignment type of the role assignment schedule.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type AssignmentTypeModifier and TypeMethodDescriptionRoleAssignmentScheduleInner.withAssignmentType(AssignmentType assignmentType) Set the assignmentType property: Assignment type of the role assignment schedule.RoleAssignmentScheduleInstanceInner.withAssignmentType(AssignmentType assignmentType) Set the assignmentType property: Assignment type of the role assignment schedule.RoleAssignmentScheduleInstanceProperties.withAssignmentType(AssignmentType assignmentType) Set the assignmentType property: Assignment type of the role assignment schedule.RoleAssignmentScheduleProperties.withAssignmentType(AssignmentType assignmentType) Set the assignmentType property: Assignment type of the role assignment schedule. -
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.