mirror of https://github.com/pulumi/pulumi.git
12 lines
344 B
C#
12 lines
344 B
C#
// Copyright 2016-2022, Pulumi Corporation
|
|
|
|
namespace Pulumi.Automation
|
|
{
|
|
/// <summary>
|
|
/// Options controlling the behavior of an <see cref="RemoteWorkspaceStack.UpAsync(RemoteUpOptions, System.Threading.CancellationToken)"/> operation.
|
|
/// </summary>
|
|
public sealed class RemoteUpOptions : RemoteUpdateOptions
|
|
{
|
|
}
|
|
}
|