Uses of Class
com.azure.resourcemanager.resources.models.PolicyLogInfo
Packages that use PolicyLogInfo
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of PolicyLogInfo in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type PolicyLogInfoMethods in com.azure.resourcemanager.resources.models that return PolicyLogInfoModifier and TypeMethodDescriptionstatic PolicyLogInfoPolicyLogInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PolicyLogInfo from the JsonReader.ExternalEvaluationEndpointInvocationResult.policyInfo()Get the policyInfo property: The details of the policy requiring the external endpoint invocation.PolicyLogInfo.withAncestors(String ancestors) Set the ancestors property: The management group ancestors.PolicyLogInfo.withComplianceReasonCode(String complianceReasonCode) Set the complianceReasonCode property: The policy compliance reason code.PolicyLogInfo.withPolicyAssignmentDisplayName(String policyAssignmentDisplayName) Set the policyAssignmentDisplayName property: The policy assignment display name.PolicyLogInfo.withPolicyAssignmentId(String policyAssignmentId) Set the policyAssignmentId property: The policy assignment Id.PolicyLogInfo.withPolicyAssignmentName(String policyAssignmentName) Set the policyAssignmentName property: The policy assignment name.PolicyLogInfo.withPolicyAssignmentScope(String policyAssignmentScope) Set the policyAssignmentScope property: The policy assignment scope.PolicyLogInfo.withPolicyAssignmentVersion(String policyAssignmentVersion) Set the policyAssignmentVersion property: The policy assignment version.PolicyLogInfo.withPolicyDefinitionDisplayName(String policyDefinitionDisplayName) Set the policyDefinitionDisplayName property: The policy definition display name.PolicyLogInfo.withPolicyDefinitionEffect(String policyDefinitionEffect) Set the policyDefinitionEffect property: The policy definition action.PolicyLogInfo.withPolicyDefinitionGroupNames(List<String> policyDefinitionGroupNames) Set the policyDefinitionGroupNames property: An array of policy definition group names.PolicyLogInfo.withPolicyDefinitionId(String policyDefinitionId) Set the policyDefinitionId property: The policy definition Id.PolicyLogInfo.withPolicyDefinitionName(String policyDefinitionName) Set the policyDefinitionName property: The policy definition name.PolicyLogInfo.withPolicyDefinitionReferenceId(String policyDefinitionReferenceId) Set the policyDefinitionReferenceId property: The policy definition instance Id inside a policy set.PolicyLogInfo.withPolicyDefinitionVersion(String policyDefinitionVersion) Set the policyDefinitionVersion property: The policy definition version.PolicyLogInfo.withPolicyExemptionIds(List<String> policyExemptionIds) Set the policyExemptionIds property: An array of policy exemption Ids.PolicyLogInfo.withPolicySetDefinitionCategory(String policySetDefinitionCategory) Set the policySetDefinitionCategory property: The policy set definition category.PolicyLogInfo.withPolicySetDefinitionDisplayName(String policySetDefinitionDisplayName) Set the policySetDefinitionDisplayName property: The policy set definition display name.PolicyLogInfo.withPolicySetDefinitionId(String policySetDefinitionId) Set the policySetDefinitionId property: The policy set definition Id.PolicyLogInfo.withPolicySetDefinitionName(String policySetDefinitionName) Set the policySetDefinitionName property: The policy set definition name.PolicyLogInfo.withPolicySetDefinitionVersion(String policySetDefinitionVersion) Set the policySetDefinitionVersion property: The policy set definition version.PolicyLogInfo.withResourceLocation(String resourceLocation) Set the resourceLocation property: The resource location.Methods in com.azure.resourcemanager.resources.models with parameters of type PolicyLogInfoModifier and TypeMethodDescriptionExternalEvaluationEndpointInvocationResult.withPolicyInfo(PolicyLogInfo policyInfo) Set the policyInfo property: The details of the policy requiring the external endpoint invocation.