Class RefreshOptions
Options controlling the behavior of an RefreshAsync(RefreshOptions?, CancellationToken) operation.
Inherited Members
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public sealed class RefreshOptions : UpdateOptions
Properties
View SourceClearPendingCreates
Removes any pending create operations from the stack
Declaration
public bool? ClearPendingCreates { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ExpectNoChanges
Declaration
public bool? ExpectNoChanges { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ImportPendingCreates
PendingCreateValue values to import into the stack
Declaration
public List<PendingCreateValue>? ImportPendingCreates { get; set; }
Property Value
| Type | Description |
|---|---|
| List<PendingCreateValue> |
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? |
RunProgram
Runs the program in the workspace to perform the refresh.
Declaration
public bool? RunProgram { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ShowSecrets
Show config secrets when they appear.
Declaration
public bool? ShowSecrets { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SkipPendingCreates
Ignores any pending create operations
Declaration
public bool? SkipPendingCreates { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |