Class DestroyOptions
Inheritance
DestroyOptions
Assembly: Pulumi.Automation.dll
Syntax
public sealed class DestroyOptions : UpdateOptions
Properties
View Source
ContinueOnError
Continue to perform the destroy operation despite the occurrence of errors.
Declaration
public bool? ContinueOnError { get; set; }
Property Value
View Source
ExcludeDependents
Declaration
public bool? ExcludeDependents { get; set; }
Property Value
View Source
PreviewOnly
Only show a preview of the destroy, but don't perform the destroy itself.
Declaration
public bool? PreviewOnly { get; set; }
Property Value
View Source
Refresh
Refresh the state of the stack's resources before this destroy.
Declaration
public bool? Refresh { get; set; }
Property Value
View Source
RunProgram
Runs the program in the workspace to perform the destroy.
Declaration
public bool? RunProgram { get; set; }
Property Value
View Source
ShowSecrets
Show config secrets when they appear.
Declaration
public bool? ShowSecrets { get; set; }
Property Value
View Source
TargetDependents
Declaration
public bool? TargetDependents { get; set; }
Property Value