Uses of Class
com.azure.resourcemanager.resources.models.AssignmentScopeValidation
Packages that use AssignmentScopeValidation
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of AssignmentScopeValidation in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return AssignmentScopeValidationModifier and TypeMethodDescriptionPolicyExemptionInner.assignmentScopeValidation()Get the assignmentScopeValidation property: The option whether validate the exemption is at or under the assignment scope.PolicyExemptionProperties.assignmentScopeValidation()Get the assignmentScopeValidation property: The option whether validate the exemption is at or under the assignment scope.PolicyExemptionUpdateProperties.assignmentScopeValidation()Get the assignmentScopeValidation property: The option whether validate the exemption is at or under the assignment scope.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type AssignmentScopeValidationModifier and TypeMethodDescriptionPolicyExemptionInner.withAssignmentScopeValidation(AssignmentScopeValidation assignmentScopeValidation) Set the assignmentScopeValidation property: The option whether validate the exemption is at or under the assignment scope.PolicyExemptionProperties.withAssignmentScopeValidation(AssignmentScopeValidation assignmentScopeValidation) Set the assignmentScopeValidation property: The option whether validate the exemption is at or under the assignment scope.PolicyExemptionUpdateProperties.withAssignmentScopeValidation(AssignmentScopeValidation assignmentScopeValidation) Set the assignmentScopeValidation property: The option whether validate the exemption is at or under the assignment scope. -
Uses of AssignmentScopeValidation in com.azure.resourcemanager.resources.models
Subclasses with type arguments of type AssignmentScopeValidation in com.azure.resourcemanager.resources.modelsModifier and TypeClassDescriptionfinal classThe option whether validate the exemption is at or under the assignment scope.Fields in com.azure.resourcemanager.resources.models declared as AssignmentScopeValidationModifier and TypeFieldDescriptionstatic final AssignmentScopeValidationAssignmentScopeValidation.DEFAULTStatic value Default for AssignmentScopeValidation.static final AssignmentScopeValidationAssignmentScopeValidation.DO_NOT_VALIDATEStatic value DoNotValidate for AssignmentScopeValidation.Methods in com.azure.resourcemanager.resources.models that return AssignmentScopeValidationModifier and TypeMethodDescriptionPolicyExemptionUpdate.assignmentScopeValidation()Get the assignmentScopeValidation property: The option whether validate the exemption is at or under the assignment scope.static AssignmentScopeValidationAssignmentScopeValidation.fromString(String name) Creates or finds a AssignmentScopeValidation from its string representation.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type AssignmentScopeValidationModifier and TypeMethodDescriptionstatic Collection<AssignmentScopeValidation> AssignmentScopeValidation.values()Gets known AssignmentScopeValidation values.Methods in com.azure.resourcemanager.resources.models with parameters of type AssignmentScopeValidationModifier and TypeMethodDescriptionPolicyExemptionUpdate.withAssignmentScopeValidation(AssignmentScopeValidation assignmentScopeValidation) Set the assignmentScopeValidation property: The option whether validate the exemption is at or under the assignment scope.