Uses of Class
com.azure.resourcemanager.resources.models.ExternalEvaluationEnforcementSettings
Packages that use ExternalEvaluationEnforcementSettings
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of ExternalEvaluationEnforcementSettings in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return ExternalEvaluationEnforcementSettingsModifier and TypeMethodDescriptionPolicyDefinitionInner.externalEvaluationEnforcementSettings()Get the externalEvaluationEnforcementSettings property: The details of the source of external evaluation results required by the policy during enforcement evaluation.PolicyDefinitionProperties.externalEvaluationEnforcementSettings()Get the externalEvaluationEnforcementSettings property: The details of the source of external evaluation results required by the policy during enforcement evaluation.PolicyDefinitionVersionInner.externalEvaluationEnforcementSettings()Get the externalEvaluationEnforcementSettings property: The details of the source of external evaluation results required by the policy during enforcement evaluation.PolicyDefinitionVersionProperties.externalEvaluationEnforcementSettings()Get the externalEvaluationEnforcementSettings property: The details of the source of external evaluation results required by the policy during enforcement evaluation.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type ExternalEvaluationEnforcementSettingsModifier and TypeMethodDescriptionPolicyDefinitionInner.withExternalEvaluationEnforcementSettings(ExternalEvaluationEnforcementSettings externalEvaluationEnforcementSettings) Set the externalEvaluationEnforcementSettings property: The details of the source of external evaluation results required by the policy during enforcement evaluation.PolicyDefinitionProperties.withExternalEvaluationEnforcementSettings(ExternalEvaluationEnforcementSettings externalEvaluationEnforcementSettings) Set the externalEvaluationEnforcementSettings property: The details of the source of external evaluation results required by the policy during enforcement evaluation.PolicyDefinitionVersionInner.withExternalEvaluationEnforcementSettings(ExternalEvaluationEnforcementSettings externalEvaluationEnforcementSettings) Set the externalEvaluationEnforcementSettings property: The details of the source of external evaluation results required by the policy during enforcement evaluation.PolicyDefinitionVersionProperties.withExternalEvaluationEnforcementSettings(ExternalEvaluationEnforcementSettings externalEvaluationEnforcementSettings) Set the externalEvaluationEnforcementSettings property: The details of the source of external evaluation results required by the policy during enforcement evaluation. -
Uses of ExternalEvaluationEnforcementSettings in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type ExternalEvaluationEnforcementSettingsModifier and TypeClassDescriptionfinal classThe details of the source of external evaluation results required by the policy during enforcement evaluation.Methods in com.azure.resourcemanager.resources.models that return ExternalEvaluationEnforcementSettingsModifier and TypeMethodDescriptionExternalEvaluationEnforcementSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExternalEvaluationEnforcementSettings from the JsonReader.ExternalEvaluationEnforcementSettings.withEndpointSettings(ExternalEvaluationEndpointSettings endpointSettings) Set the endpointSettings property: The settings of an external endpoint providing evaluation results.ExternalEvaluationEnforcementSettings.withMissingTokenAction(String missingTokenAction) Set the missingTokenAction property: What to do when evaluating an enforcement policy that requires an external evaluation and the token is missing.ExternalEvaluationEnforcementSettings.withResultLifespan(String resultLifespan) Set the resultLifespan property: The lifespan of the endpoint invocation result after which it's no longer valid.ExternalEvaluationEnforcementSettings.withRoleDefinitionIds(List<String> roleDefinitionIds) Set the roleDefinitionIds property: An array of the role definition Ids the assignment's MSI will need in order to invoke the endpoint.