Uses of Class
com.azure.resourcemanager.resources.models.ActionOnUnmanage
Packages that use ActionOnUnmanage
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of ActionOnUnmanage in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return ActionOnUnmanageModifier and TypeMethodDescriptionDeploymentStackInner.actionOnUnmanage()Get the actionOnUnmanage property: Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.DeploymentStackProperties.actionOnUnmanage()Get the actionOnUnmanage property: Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type ActionOnUnmanageModifier and TypeMethodDescriptionDeploymentStackInner.withActionOnUnmanage(ActionOnUnmanage actionOnUnmanage) Set the actionOnUnmanage property: Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.DeploymentStackProperties.withActionOnUnmanage(ActionOnUnmanage actionOnUnmanage) Set the actionOnUnmanage property: Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted. -
Uses of ActionOnUnmanage in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return ActionOnUnmanageModifier and TypeMethodDescriptionDeploymentStackValidateProperties.actionOnUnmanage()Get the actionOnUnmanage property: Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.static ActionOnUnmanageActionOnUnmanage.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ActionOnUnmanage from the JsonReader.ActionOnUnmanage.withManagementGroups(DeploymentStacksDeleteDetachEnum managementGroups) Set the managementGroups property: Specifies an action for a newly unmanaged resource.ActionOnUnmanage.withResourceGroups(DeploymentStacksDeleteDetachEnum resourceGroups) Set the resourceGroups property: Specifies an action for a newly unmanaged resource.ActionOnUnmanage.withResources(DeploymentStacksDeleteDetachEnum resources) Set the resources property: Specifies an action for a newly unmanaged resource.Methods in com.azure.resourcemanager.resources.models with parameters of type ActionOnUnmanageModifier and TypeMethodDescriptionDeploymentStackValidateProperties.withActionOnUnmanage(ActionOnUnmanage actionOnUnmanage) Set the actionOnUnmanage property: Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.