Uses of Class
com.azure.resourcemanager.resources.models.ExternalEvaluationEndpointInvocationResult
Packages that use ExternalEvaluationEndpointInvocationResult
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of ExternalEvaluationEndpointInvocationResult in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return types with arguments of type ExternalEvaluationEndpointInvocationResultModifier and TypeMethodDescriptionPolicyTokenResponseInner.results()Get the results property: An array of external evaluation endpoint invocation results.Method parameters in com.azure.resourcemanager.resources.fluent.models with type arguments of type ExternalEvaluationEndpointInvocationResultModifier and TypeMethodDescriptionPolicyTokenResponseInner.withResults(List<ExternalEvaluationEndpointInvocationResult> results) Set the results property: An array of external evaluation endpoint invocation results. -
Uses of ExternalEvaluationEndpointInvocationResult in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type ExternalEvaluationEndpointInvocationResultModifier and TypeClassDescriptionfinal classThe external evaluation endpoint invocation results.Methods in com.azure.resourcemanager.resources.models that return ExternalEvaluationEndpointInvocationResultModifier and TypeMethodDescriptionExternalEvaluationEndpointInvocationResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExternalEvaluationEndpointInvocationResult from the JsonReader.ExternalEvaluationEndpointInvocationResult.withClaims(Object claims) Set the claims property: The set of claims that will be attached to the policy token as an attestation for the result of the endpoint invocation.ExternalEvaluationEndpointInvocationResult.withExpiration(OffsetDateTime expiration) Set the expiration property: The expiration of the results.ExternalEvaluationEndpointInvocationResult.withMessage(String message) Set the message property: The status message with additional details about the invocation result.ExternalEvaluationEndpointInvocationResult.withPolicyInfo(PolicyLogInfo policyInfo) Set the policyInfo property: The details of the policy requiring the external endpoint invocation.ExternalEvaluationEndpointInvocationResult.withResult(ExternalEndpointResult result) Set the result property: The result of the external endpoint.ExternalEvaluationEndpointInvocationResult.withRetryAfter(OffsetDateTime retryAfter) Set the retryAfter property: The date and time after which a failed endpoint invocation can be retried.