Uses of Class
com.azure.resourcemanager.resources.models.AssignmentType
Packages that use AssignmentType
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of AssignmentType in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return AssignmentTypeModifier and TypeMethodDescriptionPolicyAssignmentInner.assignmentType()Get the assignmentType property: The type of policy assignment.PolicyAssignmentProperties.assignmentType()Get the assignmentType property: The type of policy assignment.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type AssignmentTypeModifier and TypeMethodDescriptionPolicyAssignmentInner.withAssignmentType(AssignmentType assignmentType) Set the assignmentType property: The type of policy assignment.PolicyAssignmentProperties.withAssignmentType(AssignmentType assignmentType) Set the assignmentType property: The type of policy assignment. -
Uses of AssignmentType in com.azure.resourcemanager.resources.models
Subclasses with type arguments of type AssignmentType in com.azure.resourcemanager.resources.modelsFields in com.azure.resourcemanager.resources.models declared as AssignmentTypeModifier and TypeFieldDescriptionstatic final AssignmentTypeAssignmentType.CUSTOMStatic value Custom for AssignmentType.static final AssignmentTypeAssignmentType.NOT_SPECIFIEDStatic value NotSpecified for AssignmentType.static final AssignmentTypeAssignmentType.SYSTEMStatic value System for AssignmentType.static final AssignmentTypeAssignmentType.SYSTEM_HIDDENStatic value SystemHidden for AssignmentType.Methods in com.azure.resourcemanager.resources.models that return AssignmentTypeModifier and TypeMethodDescriptionstatic AssignmentTypeAssignmentType.fromString(String name) Creates or finds a AssignmentType from its string representation.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type AssignmentTypeModifier and TypeMethodDescriptionstatic Collection<AssignmentType> AssignmentType.values()Gets known AssignmentType values.