Show / Hide Table of Contents

Class RefreshOptions

Options controlling the behavior of an RefreshAsync(RefreshOptions?, CancellationToken) operation.

Inheritance
object
UpdateOptions
RefreshOptions
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 RefreshOptions : UpdateOptions

Properties

View Source

ClearPendingCreates

Removes any pending create operations from the stack

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

ExpectNoChanges

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

ImportPendingCreates

PendingCreateValue values to import into the stack

Declaration
public List<PendingCreateValue>? ImportPendingCreates { get; set; }
Property Value
Type Description
List<PendingCreateValue>
View Source

PreviewOnly

Only show a preview of the refresh, but don't perform the refresh itself.

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

RunProgram

Runs the program in the workspace to perform the refresh.

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

SkipPendingCreates

Ignores any pending create operations

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