Uses of Class
com.azure.resourcemanager.resources.models.NonComplianceMessage
Packages that use NonComplianceMessage
Package
Description
Package containing the inner data models for ResourceManagementClient.
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 NonComplianceMessageModifier and TypeMethodDescriptionPolicyAssignmentInner.nonComplianceMessages()Get the nonComplianceMessages property: The messages that describe why a resource is non-compliant with the policy.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 NonComplianceMessageModifier and TypeMethodDescriptionPolicyAssignmentInner.withNonComplianceMessages(List<NonComplianceMessage> nonComplianceMessages) Set the nonComplianceMessages property: The messages that describe why a resource is non-compliant with the policy.PolicyAssignmentProperties.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 NonComplianceMessageModifier and TypeMethodDescriptionstatic NonComplianceMessageNonComplianceMessage.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NonComplianceMessage from the JsonReader.NonComplianceMessage.withMessage(String message) Set the message property: A message that describes why a resource is non-compliant with the policy.NonComplianceMessage.withPolicyDefinitionReferenceId(String policyDefinitionReferenceId) Set the policyDefinitionReferenceId property: The policy definition reference ID within a policy set definition the message is intended for.