Uses of Class
com.azure.resourcemanager.resources.models.DenySettings
Packages that use DenySettings
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of DenySettings in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return DenySettingsModifier and TypeMethodDescriptionDeploymentStackInner.denySettings()Get the denySettings property: Defines how resources deployed by the stack are locked.DeploymentStackProperties.denySettings()Get the denySettings property: Defines how resources deployed by the stack are locked.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type DenySettingsModifier and TypeMethodDescriptionDeploymentStackInner.withDenySettings(DenySettings denySettings) Set the denySettings property: Defines how resources deployed by the stack are locked.DeploymentStackProperties.withDenySettings(DenySettings denySettings) Set the denySettings property: Defines how resources deployed by the stack are locked. -
Uses of DenySettings in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type DenySettingsModifier and TypeClassDescriptionfinal classDefines how resources deployed by the Deployment stack are locked.Methods in com.azure.resourcemanager.resources.models that return DenySettingsModifier and TypeMethodDescriptionDeploymentStackValidateProperties.denySettings()Get the denySettings property: The Deployment stack deny settings.static DenySettingsDenySettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DenySettings from the JsonReader.DenySettings.withApplyToChildScopes(Boolean applyToChildScopes) Set the applyToChildScopes property: DenySettings will be applied to child resource scopes of every managed resource with a deny assignment.DenySettings.withExcludedActions(List<String> excludedActions) Set the excludedActions property: List of role-based management operations that are excluded from the denySettings.DenySettings.withExcludedPrincipals(List<String> excludedPrincipals) Set the excludedPrincipals property: List of AAD principal IDs excluded from the lock.DenySettings.withMode(DenySettingsMode mode) Set the mode property: denySettings Mode that defines denied actions.Methods in com.azure.resourcemanager.resources.models with parameters of type DenySettingsModifier and TypeMethodDescriptionDeploymentStackValidateProperties.withDenySettings(DenySettings denySettings) Set the denySettings property: The Deployment stack deny settings.