Uses of Class
com.azure.resourcemanager.resources.models.DeploymentStacksDeleteDetachEnum
Packages that use DeploymentStacksDeleteDetachEnum
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of DeploymentStacksDeleteDetachEnum in com.azure.resourcemanager.resources.models
Fields in com.azure.resourcemanager.resources.models declared as DeploymentStacksDeleteDetachEnumModifier and TypeFieldDescriptionstatic final DeploymentStacksDeleteDetachEnumDeploymentStacksDeleteDetachEnum.DELETEStatic value delete for DeploymentStacksDeleteDetachEnum.static final DeploymentStacksDeleteDetachEnumDeploymentStacksDeleteDetachEnum.DETACHStatic value detach for DeploymentStacksDeleteDetachEnum.Methods in com.azure.resourcemanager.resources.models that return DeploymentStacksDeleteDetachEnumModifier and TypeMethodDescriptionDeploymentStacksDeleteDetachEnum.fromString(String name) Creates or finds a DeploymentStacksDeleteDetachEnum from its string representation.ActionOnUnmanage.managementGroups()Get the managementGroups property: Specifies an action for a newly unmanaged resource.ActionOnUnmanage.resourceGroups()Get the resourceGroups property: Specifies an action for a newly unmanaged resource.ActionOnUnmanage.resources()Get the resources property: Specifies an action for a newly unmanaged resource.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type DeploymentStacksDeleteDetachEnumModifier and TypeMethodDescriptionDeploymentStacksDeleteDetachEnum.values()Gets known DeploymentStacksDeleteDetachEnum values.Methods in com.azure.resourcemanager.resources.models with parameters of type DeploymentStacksDeleteDetachEnumModifier and TypeMethodDescriptionActionOnUnmanage.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.