Uses of Class
com.azure.resourcemanager.resources.models.OverrideModel
Packages that use OverrideModel
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of OverrideModel in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return types with arguments of type OverrideModelModifier and TypeMethodDescriptionPolicyAssignmentInner.overrides()Get the overrides property: The policy property value override.PolicyAssignmentProperties.overrides()Get the overrides property: The policy property value override.PolicyAssignmentUpdateProperties.overrides()Get the overrides property: The policy property value override.Method parameters in com.azure.resourcemanager.resources.fluent.models with type arguments of type OverrideModelModifier and TypeMethodDescriptionPolicyAssignmentInner.withOverrides(List<OverrideModel> overrides) Set the overrides property: The policy property value override.PolicyAssignmentProperties.withOverrides(List<OverrideModel> overrides) Set the overrides property: The policy property value override.PolicyAssignmentUpdateProperties.withOverrides(List<OverrideModel> overrides) Set the overrides property: The policy property value override. -
Uses of OverrideModel in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return OverrideModelModifier and TypeMethodDescriptionOverrideModel.withKind(OverrideKind kind) Set the kind property: The override kind.OverrideModel.withSelectors(List<Selector> selectors) Set the selectors property: The list of the selector expressions.Set the value property: The value to override the policy property.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type OverrideModelModifier and TypeMethodDescriptionPolicyAssignmentUpdate.overrides()Get the overrides property: The policy property value override.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type OverrideModelModifier and TypeMethodDescriptionPolicyAssignmentUpdate.withOverrides(List<OverrideModel> overrides) Set the overrides property: The policy property value override.