pulumi/sdk/dotnet/Pulumi.Automation/RemoteDestroyOptions.cs

12 lines
359 B
C#

// Copyright 2016-2022, Pulumi Corporation
namespace Pulumi.Automation
{
/// <summary>
/// Options controlling the behavior of an <see cref="RemoteWorkspaceStack.DestroyAsync(RemoteDestroyOptions, System.Threading.CancellationToken)"/> operation.
/// </summary>
public sealed class RemoteDestroyOptions : RemoteUpdateOptions
{
}
}