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.PolicyPacks
UpdateOptions.PolicyPackConfigs
UpdateOptions.OnStandardOutput
UpdateOptions.OnStandardError
UpdateOptions.OnEvent
UpdateOptions.Color
UpdateOptions.LogFlow
UpdateOptions.LogVerbosity
UpdateOptions.LogToStdErr
UpdateOptions.Tracing
UpdateOptions.Debug
UpdateOptions.Json
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

ExpectNoChanges

Declaration
public bool? ExpectNoChanges { 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
Back to top Copyright 2016-2023, Pulumi Corporation.