DeploymentStackResource.Delete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes a Deployment stack by name at specific scope. When operation completes, status code 200 returned without content.
- Request Path: /{scope}/providers/Microsoft.Resources/deploymentStacks/{deploymentStackName}
- Operation Id: DeploymentStacks_DeleteAtScope
- Default Api Version: 2024-03-01
- Resource: DeploymentStackResource
public virtual Azure.ResourceManager.ArmOperation Delete (Azure.WaitUntil waitUntil, Azure.ResourceManager.Resources.Models.UnmanageActionResourceMode? unmanageActionResources = default, Azure.ResourceManager.Resources.Models.UnmanageActionResourceGroupMode? unmanageActionResourceGroups = default, Azure.ResourceManager.Resources.Models.UnmanageActionManagementGroupMode? unmanageActionManagementGroups = default, bool? bypassStackOutOfSyncError = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Delete : Azure.WaitUntil * Nullable<Azure.ResourceManager.Resources.Models.UnmanageActionResourceMode> * Nullable<Azure.ResourceManager.Resources.Models.UnmanageActionResourceGroupMode> * Nullable<Azure.ResourceManager.Resources.Models.UnmanageActionManagementGroupMode> * Nullable<bool> * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.Delete : Azure.WaitUntil * Nullable<Azure.ResourceManager.Resources.Models.UnmanageActionResourceMode> * Nullable<Azure.ResourceManager.Resources.Models.UnmanageActionResourceGroupMode> * Nullable<Azure.ResourceManager.Resources.Models.UnmanageActionManagementGroupMode> * Nullable<bool> * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function Delete (waitUntil As WaitUntil, Optional unmanageActionResources As Nullable(Of UnmanageActionResourceMode) = Nothing, Optional unmanageActionResourceGroups As Nullable(Of UnmanageActionResourceGroupMode) = Nothing, Optional unmanageActionManagementGroups As Nullable(Of UnmanageActionManagementGroupMode) = Nothing, Optional bypassStackOutOfSyncError As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation
Parameters
- waitUntil
- WaitUntil
Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.
- unmanageActionResources
- Nullable<UnmanageActionResourceMode>
Flag to indicate delete rather than detach for unmanaged resources.
- unmanageActionResourceGroups
- Nullable<UnmanageActionResourceGroupMode>
Flag to indicate delete rather than detach for unmanaged resource groups.
- unmanageActionManagementGroups
- Nullable<UnmanageActionManagementGroupMode>
Flag to indicate delete rather than detach for unmanaged management groups.
Flag to bypass service errors that indicate the stack resource list is not correctly synchronized.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Azure SDK for .NET