Show / Hide Table of Contents

Class DestroyOptions

Options controlling the behavior of an DestroyAsync(DestroyOptions?, CancellationToken) operation.

Inheritance
object
UpdateOptions
DestroyOptions
Inherited Members
UpdateOptions.Parallel
UpdateOptions.Message
UpdateOptions.Target
UpdateOptions.Exclude
UpdateOptions.PolicyPacks
UpdateOptions.PolicyPackConfigs
UpdateOptions.OnStandardOutput
UpdateOptions.OnStandardError
UpdateOptions.OnEvent
UpdateOptions.Color
UpdateOptions.LogFlow
UpdateOptions.LogVerbosity
UpdateOptions.LogToStdErr
UpdateOptions.Tracing
UpdateOptions.Debug
UpdateOptions.Json
UpdateOptions.ConfigFile
UpdateOptions.Profiling
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
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
Type Description
bool?
View Source

ExcludeDependents

Declaration
public bool? ExcludeDependents { get; set; }
Property Value
Type Description
bool?
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
Type Description
bool?
View Source

Refresh

Refresh the state of the stack's resources before this destroy.

Declaration
public bool? Refresh { get; set; }
Property Value
Type Description
bool?
View Source

RunProgram

Runs the program in the workspace to perform the destroy.

Declaration
public bool? RunProgram { get; set; }
Property Value
Type Description
bool?
View Source

ShowSecrets

Show config secrets when they appear.

Declaration
public bool? ShowSecrets { get; set; }
Property Value
Type Description
bool?
View Source

TargetDependents

Declaration
public bool? TargetDependents { get; set; }
Property Value
Type Description
bool?
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.