Uses of Class
com.azure.resourcemanager.resources.models.NonComplianceMessage
-
Packages that use NonComplianceMessage Package Description com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of NonComplianceMessage in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return types with arguments of type NonComplianceMessage Modifier and Type Method Description List<NonComplianceMessage>PolicyAssignmentInner. nonComplianceMessages()Get the nonComplianceMessages property: The messages that describe why a resource is non-compliant with the policy.List<NonComplianceMessage>PolicyAssignmentProperties. nonComplianceMessages()Get the nonComplianceMessages property: The messages that describe why a resource is non-compliant with the policy.Method parameters in com.azure.resourcemanager.resources.fluent.models with type arguments of type NonComplianceMessage Modifier and Type Method Description PolicyAssignmentInnerPolicyAssignmentInner. withNonComplianceMessages(List<NonComplianceMessage> nonComplianceMessages)Set the nonComplianceMessages property: The messages that describe why a resource is non-compliant with the policy.PolicyAssignmentPropertiesPolicyAssignmentProperties. withNonComplianceMessages(List<NonComplianceMessage> nonComplianceMessages)Set the nonComplianceMessages property: The messages that describe why a resource is non-compliant with the policy. -
Uses of NonComplianceMessage in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return NonComplianceMessage Modifier and Type Method Description NonComplianceMessageNonComplianceMessage. withMessage(String message)Set the message property: A message that describes why a resource is non-compliant with the policy.NonComplianceMessageNonComplianceMessage. withPolicyDefinitionReferenceId(String policyDefinitionReferenceId)Set the policyDefinitionReferenceId property: The policy definition reference ID within a policy set definition the message is intended for.
-